From 4f133041819409a72cf70fa2fa6c4df14c6de4fd Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Sun, 25 Jun 2017 16:30:45 +0200 Subject: Rename 'npm run upgrade' to 'npm run upgrade-peertube' It was confusing with the command 'npm run update' --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') 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: 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 + $ npm run upgrade-peertube # systemctl start peertube ### Development -- cgit v1.2.3