Kaynağa Gözat

Changed README

demo.masouros 5 yıl önce
ebeveyn
işleme
b049b85267
1 değiştirilmiş dosya ile 5 ekleme ve 5 silme
  1. 5 5
      README.md

+ 5 - 5
README.md

@@ -1,15 +1,15 @@
-# Dockerized version of Intel's Performance Counter Monitoring tool
+# Dockerized version of Intel's Performance Counter Monitoring (PCM) tool
 
 To build the docker image, we follow the normal procedure:
 
-```
-docker build -t intel-pcm .
+```console
+foo@bar:~$ docker build -t intel-pcm .
 ```
 
 To successfully run the container, we have to run the container with privileged capabilities as below:
 
-```
-docker run -ti --privileged=True pl4tinum/pcm:latest
+```console
+foo@bar:~$ docker run -ti --privileged=True pl4tinum/pcm:latest
 ```