diff --git a/README.md b/README.md index ec5e094..afd6acc 100644 --- a/README.md +++ b/README.md @@ -113,6 +113,13 @@ Each game must have a title and it optionally can have a time as well. The optio Finally, you can also specify tournament which will make this game appear in the tournament page. +## How to update games +The general problem: we only really support updated game server on a clean install, not like updating after everything is installed. There are other tools like [LinuxGSM](https://linuxgsm.com/) that are better suited for 24/7 servers! + +Not every game is the same to update, most games download or build the "latest" version, so there is no need to do anything if a game doesn't do a breaking change. + +Xonotic, for example, is as simple as change the version number in the main `deploy.sh` scrip, there you can also see what games use "latest" or manual version. Otherwise, look into the specific script of the game. + ## Repository The main version of this git repository is on [git.libregaming.org](https://git.libregaming.org/DeathByDenim/gameserver). There is a mirror on [Github](https://github.com/DeathByDenim/gameserver)