From a1030df8482f207585b5b2272a45f579e7c156b1 Mon Sep 17 00:00:00 2001 From: Payton Swick Date: Mon, 9 Mar 2020 16:37:59 -0400 Subject: [PATCH] Change standalone install instructions to use latest release --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index cdfa2cab..c037a495 100644 --- a/README.md +++ b/README.md @@ -44,9 +44,9 @@ It should just work after that! Do ensure that PHP_CodeSniffer's version matches our [requirements](#requirements) -2. Clone the repository: +2. Download and uncompress the latest release: - git clone -b master https://github.com/sirbrillig/VariableAnalysis.git VariableAnalysis +Click to download either the zip or tar.gz file from [the latest release page](https://github.com/sirbrillig/phpcs-variable-analysis/releases/latest). Expand the file and rename the resulting directory to `VariableAnalysis`. 3. Add its path to the PHP_CodeSniffer configuration: