aboutsummaryrefslogtreecommitdiffhomepage
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/README.md b/README.md
index cb3e83f3e..bff2c4e60 100644
--- a/README.md
+++ b/README.md
@@ -172,6 +172,14 @@ You can check the application (CORS headers, tracker websocket...) by running:
172 172
173 $ NODE_ENV=production npm run check 173 $ NODE_ENV=production npm run check
174 174
175### Upgrade
176
177The following commands will upgrade the source (according to your current branch), upgrade node modules and rebuild client application:
178
179 # systemctl stop peertube
180 $ npm run upgrade
181 # systemctl start peertube
182
175### Other commands 183### Other commands
176 184
177To print all available command run: 185To print all available command run: