From d0132b0cb1ddd53cd5b18ea51593888e75aa6abf Mon Sep 17 00:00:00 2001 From: Alexis Lefebvre Date: Thu, 25 Jul 2024 21:07:45 +0200 Subject: [PATCH] doc: add note about PHAR and versions --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 7bafee80..ffcc547b 100644 --- a/README.md +++ b/README.md @@ -35,6 +35,10 @@ this is the recommended way because it will autoload everything you need. You can always fetch the stable version as a Phar archive through the following link with the `VERSION` you're looking for: +> [!WARNING] +> Until a stable version for the `3.x` branch is published, you have to use a RC version like `3.0.0-rc-3`, +> see the available versions on the [releases](https://github.com/VincentLanglet/Twig-CS-Fixer/releases) page. + ```bash wget -c https://github.com/VincentLanglet/Twig-CS-Fixer/releases/download/VERSION/twig-cs-fixer.phar ```