Update readme for pr13

This commit is contained in:
Robin 2022-06-04 21:02:06 +02:00
parent 727f1c6596
commit 3c0d3c9b8f

View File

@ -42,11 +42,11 @@ If you want to use Docker for developing NamelessMC, please see the [docker comp
First, follow regular update instructions on the website (uploading files etc). After the upgrade is complete and your website is back up, change the image tag to the new version (e.g. change from `v2-pr7` to `v2-pr8`) to get the newest PHP library versions.
## Available tags
### Supported tags
| Tag | NamelessMC version | PHP version | Receives updates\* | Notes
| --- | ------------------ | ----------- | ---------------- | -----
**v2-pr12** | **v2.0.0-pr12** | **8.0** | **Yes** | **Recommended**
v2-pr12-php74 | v2.0.0-pr12 | 7.4 | Yes | For compatibility with legacy modules
dev | v2 development | 8.1 | Yes | Testing only, reinstall frequently.
**v2-pr13** | **v2.0.0-pr13** | **8.1** | **Yes** | **Recommended**
dev | v2 development | 8.1 | Yes | Testing only, reinstall frequently. Downloads latest source code and includes composer and yarnpkg.
### Legacy tags
@ -60,6 +60,8 @@ v2-pr10 | v2.0.0-pr10 | 8.0 | Yes | Use PHP 7.4 for compatibility
v2-pr10-php74 | v2.0.0-pr10 | 7.4 | Yes |
v2-pr11 | v2.0.0-pr11 | 8.0 | Yes |
v2-pr11-php74 | v2.0.0-pr11 | 7.4 | Yes | For compatibility with legacy modules
v2-pr12 | v2.0.0-pr12** | 8.0** | Yes |
v2-pr12-php74 | v2.0.0-pr12 | 7.4 | Yes | For compatibility with legacy modules
dev-php8 | v2 development | 8.0 | No | Use `:dev` instead, it now uses PHP 8
\* Image updates, not NamelessMC updates. Only the latest NamelessMC version is supported.