doc (README): syntax issues

This commit is contained in:
Mickael KERJEAN 2017-06-15 23:43:12 +10:00
parent f1b30da938
commit 130bf7f49e

View file

@ -27,11 +27,11 @@ Note that on the ftp and sftp session: connections aren't destroy on every reque
* Install
It's a simple react app with node in the backend. Installation is easy with docker:
```
#+BEGIN_SRC bash
curl -X GET http://github.com/mickael-kerjean/nuage/master.zip > nuage.zip
unzip nuage.zip && cd nuage
docker-compose up -d
```
#+END_SRC
That's it !
* Known Issues