Update make to npm install command

Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
This commit is contained in:
Jan-Christoph Borchardt 2017-08-27 19:33:43 +02:00
Родитель 91ff610c54
Коммит afeefe3d3a
1 изменённых файлов: 2 добавлений и 4 удалений

Просмотреть файл

@ -3,13 +3,11 @@ Place this app in **nextcloud/apps/**
## Building the app
The app can be built by using the provided Makefile by running:
The app can be built by running:
make
npm install
This requires the following things to be present:
* make
* which
* tar: for building the archive
* curl: used if phpunit and composer are not installed to fetch them from the web
* npm: for building and testing everything JS, only required if a package.json is placed inside the **js/** folder