Update README for release model

This commit is contained in:
sfan5 2024-08-14 13:53:04 +02:00 committed by GitHub
parent 88ecab34d9
commit 9bd1f24d36
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -8,8 +8,8 @@ real goals or built-in enemy mobs.
While it provides a basic gameplay experience out of the box, it is best played While it provides a basic gameplay experience out of the box, it is best played
with mods. with mods.
Minetest Game is currently in maintenance-only mode, meaning it will not see new Minetest Game is in perpetual maintenance-only mode, meaning it will not see new
gameplay features or anything else that breaks compatibility (See gameplay features or anything else that breaks compatibility (see
[#2710](https://github.com/minetest/minetest_game/issues/2710)). [#2710](https://github.com/minetest/minetest_game/issues/2710)).
## Installation ## Installation
@ -17,13 +17,13 @@ gameplay features or anything else that breaks compatibility (See
### ContentDB ### ContentDB
* Content > Browse Online Content * Content > Browse Online Content
* Search for Minetest Game * Search for "[Minetest Game](https://content.minetest.net/packages/Minetest/minetest_game/)"
* Click Install * Click Install
### Manually ### Manually
- Unzip the archive, rename the folder to `minetest_game` and - Unzip the archive, rename the folder to `minetest_game` and
place it in .. `minetest/games/` place it in `.../minetest/games/`
- GNU/Linux: If you use a system-wide installation place it in `~/.minetest/games/`. - GNU/Linux: If you use a system-wide installation place it in `~/.minetest/games/`.
@ -33,14 +33,13 @@ For further information or help, see: [Installing Mods](https://wiki.minetest.ne
## Compatibility ## Compatibility
The Minetest Game GitHub `master` `HEAD` is generally compatible with the GitHub As of January 2024 Minetest Game follows a **rolling release** model with new changes being automatically
`master` `HEAD` of the Minetest engine. published on ContentDB every day.
Additionally, when the Minetest engine is tagged to be a certain version (e.g. There are no stable releases or tags, all existing ones are considered legacy.
`0.4.10`), Minetest Game is tagged with the version, too.
When stable releases are made, Minetest Game and the Minetest engine is packaged Minetest Game is always compatible to the latest stable release of the engine.
and made available at [www.minetest.net](https://www.minetest.net/downloads/). Older releases may be supported too depending on circumstances.
## Licensing ## Licensing