Skip to content

Commit

Permalink
Merge pull request #289 from wturrell/patch-1
Browse files Browse the repository at this point in the history
Update README.md - reminder to update phpcs
  • Loading branch information
westonruter committed Jan 2, 2015
2 parents e68ce32 + f34c532 commit e0b6dde
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ For convenience of using `phpcs` as global command you might want to add path to

1. Install PHP_CodeSniffer by following its [installation instructions](https://github.com/squizlabs/PHP_CodeSniffer#installation) (via Composer, PEAR, or Git checkout).

Do ensure, if for example you're using [VVV](https://github.com/Varying-Vagrant-Vagrants/VVV), that you have the **latest version** of CodeSniffer (earlier versions, e.g. ~1.5.5, may warn about incorrect line indentation on every single line even if your code is actually correct.)

2. Clone WordPress standards repository:

git clone -b master https://github.com/WordPress-Coding-Standards/WordPress-Coding-Standards.git wpcs
Expand Down Expand Up @@ -94,4 +96,4 @@ See [CONTRIBUTING](CONTRIBUTING.md), including information about [unit testing](

## License

See [LICENSE](LICENSE) (MIT).
See [LICENSE](LICENSE) (MIT).

0 comments on commit e0b6dde

Please sign in to comment.