Skip to content

Commit

Permalink
Merge pull request PHPCSStandards#5 from PHPCSStandards/feature/readm…
Browse files Browse the repository at this point in the history
…e-update-phar-links

README: update URL for downloading the PHAR
  • Loading branch information
jrfnl authored Nov 8, 2023
2 parents 763eca5 + db03775 commit 3ed064f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3ed064f

Please sign in to comment.