diff options
author | taziden <taziden@flexiden.org> | 2018-01-17 11:47:45 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2018-01-17 11:47:45 +0100 |
commit | 9625507fec876faba3b370014b2a072283cce9f1 (patch) | |
tree | e9db7441bc3a1142a63a7937a369f19c644b3a3a /support/doc | |
parent | a5c57bf33e4f90edebaf203944b8125dd5b14202 (diff) | |
download | PeerTube-9625507fec876faba3b370014b2a072283cce9f1.tar.gz PeerTube-9625507fec876faba3b370014b2a072283cce9f1.tar.zst PeerTube-9625507fec876faba3b370014b2a072283cce9f1.zip |
fix 2 other typos (#209)
Diffstat (limited to 'support/doc')
-rw-r--r-- | support/doc/production.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/support/doc/production.md b/support/doc/production.md index 7f43e438c..716f42fbc 100644 --- a/support/doc/production.md +++ b/support/doc/production.md | |||
@@ -160,7 +160,7 @@ $ sudo systemctl reload nginx | |||
160 | Copy the nginx configuration template: | 160 | Copy the nginx configuration template: |
161 | 161 | ||
162 | ``` | 162 | ``` |
163 | $ sudo cp /home/peertube/PeerTube/support/systemd/peertube.service /etc/systemd/system/ | 163 | $ sudo cp /home/peertube/peertube-latest/support/systemd/peertube.service /etc/systemd/system/ |
164 | ``` | 164 | ``` |
165 | 165 | ||
166 | Update the service file: | 166 | Update the service file: |
@@ -203,7 +203,7 @@ $ sudo systemctl daemon-reload | |||
203 | If you want to start PeerTube on boot: | 203 | If you want to start PeerTube on boot: |
204 | 204 | ||
205 | ``` | 205 | ``` |
206 | $ sudo systemctl enabled peertube | 206 | $ sudo systemctl enable peertube |
207 | ``` | 207 | ``` |
208 | 208 | ||
209 | ### Run | 209 | ### Run |