diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -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 | |||
177 | The 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 | ||
177 | To print all available command run: | 185 | To print all available command run: |