浏览代码

Changed README

demo.masouros 5 年之前
父节点
当前提交
60f3d5cf62
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      README.md

+ 2 - 2
README.md

@@ -2,13 +2,13 @@
 
 
 To build the docker image, we follow the normal procedure:
 To build the docker image, we follow the normal procedure:
 
 
-```console
+```bash
 foo@bar:~$ docker build -t intel-pcm .
 foo@bar:~$ docker build -t intel-pcm .
 ```
 ```
 
 
 To successfully run the container, we have to run the container with privileged capabilities as below:
 To successfully run the container, we have to run the container with privileged capabilities as below:
 
 
-```console
+```bash
 foo@bar:~$ docker run -ti --privileged=True pl4tinum/pcm:latest
 foo@bar:~$ docker run -ti --privileged=True pl4tinum/pcm:latest
 ```
 ```