aboutsummaryrefslogtreecommitdiffhomepage
path: root/README.md
diff options
context:
space:
mode:
authorChocobozzz <florian.bigard@gmail.com>2016-10-21 14:52:21 +0200
committerChocobozzz <florian.bigard@gmail.com>2016-10-26 20:28:34 +0200
commit643a5fc5185ff9829313f22dc76db6b7e173fb49 (patch)
treea428f365a9a80efebcddc0806d2c31ff5ce1fdfb /README.md
parent84c4be6b7835ef2c72002046df171c23bde4462a (diff)
downloadPeerTube-643a5fc5185ff9829313f22dc76db6b7e173fb49.tar.gz
PeerTube-643a5fc5185ff9829313f22dc76db6b7e173fb49.tar.zst
PeerTube-643a5fc5185ff9829313f22dc76db6b7e173fb49.zip
Add upgrade informations in README
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: