Improve Readme

This commit is contained in:
Vincent Fournier 2015-05-04 10:13:30 -04:00
parent e9932e47c2
commit 911b5fc64b

View File

@ -35,10 +35,16 @@ Install development dependencies :
:: ::
sudo apt-get install npm nodejs-legacy ruby-sass docker.io sudo apt-get install npm nodejs-legacy ruby docker.io
npm install grunt-cli npm install grunt-cli
npm install npm install
gem install sass
make build make build
Start the Docker container (be sure to have a surveil container available at this link: https://github.com/stackforge/surveil )
::
make daemon make daemon