From 2cf26f9be9d1763050d2314974be91cd52a12cab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Viktor=20Sz=C3=A9pe?= Date: Mon, 2 Aug 2021 06:59:07 +0200 Subject: [PATCH] Stop changing download link in README --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index d91f187d..a2b56a27 100644 --- a/README.md +++ b/README.md @@ -16,10 +16,10 @@ Require as normal with Composer: and use `vendor/bin/strauss` to execute. -Or, download `strauss.phar` from [releases](https://github.com/BrianHenryIE/strauss/releases/), +Or, download `strauss.phar` from [releases](https://github.com/BrianHenryIE/strauss/releases), ```shell -curl -o strauss.phar -L -C - https://github.com/BrianHenryIE/strauss/releases/download/0.10.4/strauss.phar +curl -o strauss.phar -L -C - https://github.com/BrianHenryIE/strauss/releases/latest/download/strauss.phar ``` Then run it from the root of your project folder using `php strauss.phar`. @@ -169,4 +169,4 @@ The correct approach to this problem is probably via [PHP-Parser](https://github ## Acknowledgements -[Coen Jacobs](https://github.com/coenjacobs/) and all the [contributors to Mozart](https://github.com/coenjacobs/mozart/graphs/contributors), particularly those who wrote nice issues. \ No newline at end of file +[Coen Jacobs](https://github.com/coenjacobs/) and all the [contributors to Mozart](https://github.com/coenjacobs/mozart/graphs/contributors), particularly those who wrote nice issues.