diff options
author | Chocobozzz <florian.bigard@gmail.com> | 2017-04-07 09:53:18 +0200 |
---|---|---|
committer | Chocobozzz <florian.bigard@gmail.com> | 2017-04-07 09:53:18 +0200 |
commit | 023553a2bde74c5765b5ea679fc04128c27f18a0 (patch) | |
tree | 95cbb34da28ca3405870e16d8f54c6cfe48dde6b /README.md | |
parent | 41aa84ccb762a8a74fe3abd966548189e2072039 (diff) | |
download | PeerTube-023553a2bde74c5765b5ea679fc04128c27f18a0.tar.gz PeerTube-023553a2bde74c5765b5ea679fc04128c27f18a0.tar.zst PeerTube-023553a2bde74c5765b5ea679fc04128c27f18a0.zip |
Add link to wiki for production installation
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 | ||
171 | See [wiki](https://github.com/Chocobozzz/PeerTube/wiki) for complete installation commands. | ||
172 | |||
171 | ### Upgrade | 173 | ### Upgrade |
172 | 174 | ||
173 | The following commands will upgrade the source (according to your current branch), upgrade node modules and rebuild client application: | 175 | The following commands will upgrade the source (according to your current branch), upgrade node modules and rebuild client application: |