Bad commands

This commit is contained in:
maximesrd
2018-09-29 15:02:17 +02:00
committed by GitHub
parent 975f8d0393
commit db4c939be8
+4 -4
View File
@@ -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 [not using systemd](https://github.com/Plume-org/Plume/blob/master/docs/INSTALL.md#sysvinit-integration)
cargo run sudo service plume restart
# If you are using systemd # If you are using [systemd](https://github.com/Plume-org/Plume/blob/master/docs/INSTALL.md#systemd-integration)
service plume restart sudo systemctl restart plume
``` ```
That's it! That's it!