mirror of
https://git.joinplu.me/Plume/Plume.git
synced 2024-11-20 10:31:17 +00:00
16 lines
294 B
Markdown
16 lines
294 B
Markdown
|
# Updating your instance
|
||
|
|
||
|
To update your instance, run these commands with `plume` user if you created it, or with your default user, in the Plume directory.
|
||
|
|
||
|
```
|
||
|
git pull origin master
|
||
|
|
||
|
# If you are not using systemd
|
||
|
cargo run
|
||
|
|
||
|
# If you are using systemd
|
||
|
service plume restart
|
||
|
```
|
||
|
|
||
|
That's it!
|