[doc] Update README

This commit is contained in:
Julien Malik 2016-03-04 18:32:19 +01:00
parent 6d8a3ad7ba
commit 4e72449773
2 changed files with 3 additions and 0 deletions

View file

@ -23,6 +23,8 @@ build with:
```sh ```sh
cd src cd src
npm install npm install
npm install -g bower
bower install
npm install -g gulp npm install -g gulp
gulp build gulp build
``` ```

View file

@ -18,6 +18,7 @@ ln -s /usr/share/yunohost/yunohost-admin/src admin
apt-get install nodejs nodejs-legacy npm -y apt-get install nodejs nodejs-legacy npm -y
cd admin cd admin
npm install npm install
node_modules/.bin/bower install
node_modules/.bin/gulp build node_modules/.bin/gulp build
``` ```