Skip to content

Commit

Permalink
Corrects source installation instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
Alberto Maturano committed May 2, 2016
1 parent f4e18d4 commit d1b0d43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ You will then be able to run PHP_CodeSniffer from the vendor bin directory:

You can also download the PHP\_CodeSniffer source and run the `phpcs` and `phpcbf` commands directly from the Git checkout:

git clone git://github.com/squizlabs/PHP_CodeSniffer.git
git clone https://github.com/squizlabs/PHP_CodeSniffer.git
cd PHP_CodeSniffer
php scripts/phpcs -h
php scripts/phpcbf -h
Expand Down

0 comments on commit d1b0d43

Please sign in to comment.