aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorChocobozzz <florian.bigard@gmail.com>2017-04-07 09:53:18 +0200
committerChocobozzz <florian.bigard@gmail.com>2017-04-07 09:53:18 +0200
commit023553a2bde74c5765b5ea679fc04128c27f18a0 (patch)
tree95cbb34da28ca3405870e16d8f54c6cfe48dde6b
parent41aa84ccb762a8a74fe3abd966548189e2072039 (diff)
downloadPeerTube-023553a2bde74c5765b5ea679fc04128c27f18a0.tar.gz
PeerTube-023553a2bde74c5765b5ea679fc04128c27f18a0.tar.zst
PeerTube-023553a2bde74c5765b5ea679fc04128c27f18a0.zip
Add link to wiki for production installation
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index e80e0983b..8c43cb965 100644
--- a/README.md
+++ b/README.md
@@ -168,6 +168,8 @@ You can check the application (CORS headers, tracker websocket...) by running:
168 168
169 $ NODE_ENV=production npm run check 169 $ NODE_ENV=production npm run check
170 170
171See [wiki](https://github.com/Chocobozzz/PeerTube/wiki) for complete installation commands.
172
171### Upgrade 173### Upgrade
172 174
173The following commands will upgrade the source (according to your current branch), upgrade node modules and rebuild client application: 175The following commands will upgrade the source (according to your current branch), upgrade node modules and rebuild client application: