From db037751abef51b84752e110916f70f6e3dd4318 Mon Sep 17 00:00:00 2001 From: jrfnl Date: Tue, 7 Nov 2023 00:09:02 +0100 Subject: [PATCH] README: update URL for downloading the PHAR The GH Pages website has been re-activated under a new domain - phars.phpcodesniffer.com -. The PHARs can now be downloaded from that domain and PHIVE should work as well, though a PR to phar.io will be needed to update the PHIVE alias redirect. --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 5c71918147..b21da61cfd 100644 --- a/README.md +++ b/README.md @@ -17,12 +17,12 @@ If you're using PHP_CodeSniffer as part of a team, or you're running it on a [CI The easiest way to get started with PHP_CodeSniffer is to download the Phar files for each of the commands: ``` # Download using curl -curl -OL https://squizlabs.github.io/PHP_CodeSniffer/phpcs.phar -curl -OL https://squizlabs.github.io/PHP_CodeSniffer/phpcbf.phar +curl -OL https://phars.phpcodesniffer.com/phpcs.phar +curl -OL https://phars.phpcodesniffer.com/phpcbf.phar # Or download using wget -wget https://squizlabs.github.io/PHP_CodeSniffer/phpcs.phar -wget https://squizlabs.github.io/PHP_CodeSniffer/phpcbf.phar +wget https://phars.phpcodesniffer.com/phpcs.phar +wget https://phars.phpcodesniffer.com/phpcbf.phar # Then test the downloaded PHARs php phpcs.phar -h