mirror of
https://github.com/YunoHost/yunohost-admin.git
synced 2024-09-03 20:06:15 +02:00
[doc] Update README
This commit is contained in:
parent
6d8a3ad7ba
commit
4e72449773
2 changed files with 3 additions and 0 deletions
|
@ -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
|
||||||
```
|
```
|
||||||
|
|
|
@ -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
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue