fix 2 other typos (#209)
authortaziden <taziden@flexiden.org>
Wed, 17 Jan 2018 10:47:45 +0000 (11:47 +0100)
committerChocobozzz <me@florianbigard.com>
Wed, 17 Jan 2018 10:47:45 +0000 (11:47 +0100)
support/doc/production.md

index 7f43e438c0dbc857d05bfaf890aa8957f77a4231..716f42fbca8d90911fd0f4124719d6da041e42a1 100644 (file)
@@ -160,7 +160,7 @@ $ sudo systemctl reload nginx
 Copy the nginx configuration template:
 
 ```
-$ sudo cp /home/peertube/PeerTube/support/systemd/peertube.service /etc/systemd/system/
+$ sudo cp /home/peertube/peertube-latest/support/systemd/peertube.service /etc/systemd/system/
 ```
 
 Update the service file:
@@ -203,7 +203,7 @@ $ sudo systemctl daemon-reload
 If you want to start PeerTube on boot:
 
 ```
-$ sudo systemctl enabled peertube
+$ sudo systemctl enable peertube
 ```
 
 ### Run