Add upgrade informations in README

pull/24/head
Chocobozzz 2016-10-21 14:52:21 +02:00
parent 84c4be6b78
commit 643a5fc518
1 changed files with 8 additions and 0 deletions

View File

@ -172,6 +172,14 @@ You can check the application (CORS headers, tracker websocket...) by running:
$ NODE_ENV=production npm run check
### Upgrade
The following commands will upgrade the source (according to your current branch), upgrade node modules and rebuild client application:
# systemctl stop peertube
$ npm run upgrade
# systemctl start peertube
### Other commands
To print all available command run: