by nutomic
--- original +++ modified @@ -105,3 +105,14 @@ If everything went well you can access Ibis through your browser now. In case of problems you can join the [Lemmy community](https://lemmy.ml/c/ibis) or [Matrix chat](https://matrix.to/#/!GqiOWLkEoxlcBLTEtv:matrix.org) for help. Once it is working, checkout the [[Usage_Instructions@ibis.wiki]] + +## Updating + +Run the following commands in your installation folder. You can save them in a script `update.sh` for easier usage. +```sh +wget https://github.com/Nutomic/ibis/releases/latest/download/ibis.gz +systemctl stop ibis +gzip -d -f ibis.gz +chmod +x ibis +systemctl start ibis +```