Luis Figueiredo 8 anos atrás
pai
commit
f451414e48
1 arquivos alterados com 7 adições e 9 exclusões
  1. 7 9
      README.md

+ 7 - 9
README.md

@@ -6,30 +6,28 @@ Sample app
 * Docker  (tested on 17.04.0-ce)
 * Mongodb (tested on 3.4.2+)
 
-## Building
+## Fetching & Building & Running
 
 fetching   
-```
+```bash
 git clone http://dev.hexasoftware.com/stdio/sampleapp.git
 ```
 
 building   
-```
+```bash
 make
-```
-or
-```
-make local
+## OR
+#make local
 ```
 
 
 Creating a release container 'sampleapp'
-```
+```bash
 make dist
 ```
 
 running 
-```
+```bash
 docker run --name mysampleappcontainer sampleapp
 ```