From 01022a744aeded77a73124dc1f5548b42e9d63ef Mon Sep 17 00:00:00 2001 From: Robin Date: Sun, 11 Apr 2021 16:48:32 +0200 Subject: [PATCH] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b7c5549..049dbbe 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ 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 -| Tag | NamelessMC version | PHP version | Receives updates | Notes +| Tag | NamelessMC version | PHP version | Receives updates\* | Notes | --- | ------------------ | ----------- | ---------------- | ----- v2-pr7 | v2.0.0-pr7 | 7.4 | Yes | Old v2-pr8 | v2.0.0-pr8 | 7.4 | Yes | Old @@ -39,3 +39,5 @@ v2-pr9 | v2.0.0-pr9 | 7.4 | Yes | Recommended version v2-pr9-php8 | v2.0.0-pr9 | 8.0 | Yes | There are still some PHP 8 bugs, use php 7.4 dev | v2 development | 7.4 | Yes | Testing only, reinstall frequently. dev-php8 | v2 development | 8.0 | Yes | Testing only, reinstall frequently. + +\* Image updates, not NamelessMC updates