aboutsummaryrefslogtreecommitdiffhomepage
path: root/support
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2018-01-22 09:42:42 +0100
committerChocobozzz <me@florianbigard.com>2018-01-22 09:42:42 +0100
commit451ce9642c7be8cb2feb789105473d22909a0964 (patch)
treebe2290df1ce807b7ca26073670b7c914e47d08b6 /support
parent2af4fa4d8ba69424a279402e1e3f9e09a90c7e45 (diff)
downloadPeerTube-451ce9642c7be8cb2feb789105473d22909a0964.tar.gz
PeerTube-451ce9642c7be8cb2feb789105473d22909a0964.tar.zst
PeerTube-451ce9642c7be8cb2feb789105473d22909a0964.zip
Add commander in dependencies instead of dev dep
Diffstat (limited to 'support')
-rw-r--r--support/doc/production.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/support/doc/production.md b/support/doc/production.md
index d1ebbd291..49569dad4 100644
--- a/support/doc/production.md
+++ b/support/doc/production.md
@@ -234,7 +234,7 @@ The administrator password is automatically generated and can be found in the
234logs. You can set another password with: 234logs. You can set another password with:
235 235
236``` 236```
237$ cd /home/peertube/peertube-latest && NODE_ENV=production npm run reset-password -- -u root 237$ cd /home/peertube/peertube-latest && NODE_CONFIG_DIR=/home/peertube/config NODE_ENV=production npm run reset-password -- -u root
238``` 238```
239 239
240## Upgrade 240## Upgrade