Merge pull request #248 from maximesrd/patch-4
Bad commands in the update guide
This commit is contained in:
commit
05f3ecabd6
|
@ -5,11 +5,11 @@ To update your instance, run these commands with `plume` user if you created it,
|
||||||
```
|
```
|
||||||
git pull origin master
|
git pull origin master
|
||||||
|
|
||||||
# If you are not using systemd
|
# If you are using sysvinit
|
||||||
cargo run
|
sudo service plume restart
|
||||||
|
|
||||||
# If you are using systemd
|
# If you are using systemd
|
||||||
service plume restart
|
sudo systemctl restart plume
|
||||||
```
|
```
|
||||||
|
|
||||||
That's it!
|
That's it!
|
||||||
|
|
Loading…
Reference in New Issue