From 643a5fc5185ff9829313f22dc76db6b7e173fb49 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Fri, 21 Oct 2016 14:52:21 +0200 Subject: Add upgrade informations in README --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'README.md') 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: $ NODE_ENV=production npm run check +### Upgrade + +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 + # systemctl start peertube + ### Other commands To print all available command run: -- cgit v1.2.3