aboutsummaryrefslogtreecommitdiffhomepage
path: root/README.md
diff options
context:
space:
mode:
authorChocobozzz <florian.bigard@gmail.com>2017-06-25 16:30:45 +0200
committerChocobozzz <florian.bigard@gmail.com>2017-06-25 16:30:45 +0200
commit4f133041819409a72cf70fa2fa6c4df14c6de4fd (patch)
tree48392491b4f4521225a9d0c240cb1f3f73283607 /README.md
parent945075ad45d4f226bb368c21d8f50abf2479d73b (diff)
downloadPeerTube-4f133041819409a72cf70fa2fa6c4df14c6de4fd.tar.gz
PeerTube-4f133041819409a72cf70fa2fa6c4df14c6de4fd.tar.zst
PeerTube-4f133041819409a72cf70fa2fa6c4df14c6de4fd.zip
Rename 'npm run upgrade' to 'npm run upgrade-peertube'
It was confusing with the command 'npm run update'
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index d7220b39f..c908d7bcb 100644
--- a/README.md
+++ b/README.md
@@ -178,7 +178,7 @@ You can check the application (CORS headers, tracker websocket...) by running:
178The following commands will upgrade the source (according to your current branch), upgrade node modules and rebuild client application: 178The following commands will upgrade the source (according to your current branch), upgrade node modules and rebuild client application:
179 179
180 # systemctl stop peertube 180 # systemctl stop peertube
181 $ npm run upgrade 181 $ npm run upgrade-peertube
182 # systemctl start peertube 182 # systemctl start peertube
183 183
184### Development 184### Development