add info about watch-js to README

Signed-off-by: Konstantin Gorodinskii <mail@konstantin.io>
This commit is contained in:
Konstantin Gorodinskii 2019-12-27 22:20:31 +01:00 committed by korelstar
parent 6543848ad1
commit dbda8551d4
1 changed files with 2 additions and 1 deletions

View File

@ -34,7 +34,8 @@ Before reporting bugs:
1. Clone this into your `apps` folder of your Nextcloud
2. In a terminal, run the command `make dev-setup` to install the dependencies
3. Then to build the Javascript and whenever you make changes, run `make build-js`
3. Then to build the Javascript run `make build-js` or `make watch-js` to
rebuild it when you make changes
4. Enable the app through the app management of your Nextcloud