mirror of
https://git.joinplu.me/Plume/Plume.git
synced 2025-01-11 05:35:24 +00:00
Bad commands
This commit is contained in:
parent
975f8d0393
commit
db4c939be8
1 changed files with 4 additions and 4 deletions
|
@ -5,11 +5,11 @@ To update your instance, run these commands with `plume` user if you created it,
|
|||
```
|
||||
git pull origin master
|
||||
|
||||
# If you are not using systemd
|
||||
cargo run
|
||||
# If you are [not using systemd](https://github.com/Plume-org/Plume/blob/master/docs/INSTALL.md#sysvinit-integration)
|
||||
sudo service plume restart
|
||||
|
||||
# If you are using systemd
|
||||
service plume restart
|
||||
# If you are using [systemd](https://github.com/Plume-org/Plume/blob/master/docs/INSTALL.md#systemd-integration)
|
||||
sudo systemctl restart plume
|
||||
```
|
||||
|
||||
That's it!
|
||||
|
|
Loading…
Reference in a new issue