Docs: updating your instance
This commit is contained in:
parent
cea548b821
commit
6f29c10968
@ -1,5 +1,6 @@
|
||||
# Plume documentation
|
||||
|
||||
- [Installing Plume (for development or production)](INSTALL.md)
|
||||
- [Updating your instance](UPDATE.md)
|
||||
- [Development Guide](DEVELOPMENT.md)
|
||||
- [Making Plume available in your language](INTERNATIONALIZATION.md)
|
||||
|
15
docs/UPDATE.md
Normal file
15
docs/UPDATE.md
Normal file
@ -0,0 +1,15 @@
|
||||
# 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!
|
Loading…
Reference in New Issue
Block a user