Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Add global installation instructions
  • Loading branch information
jaymcp authored Dec 6, 2022
1 parent 519cc66 commit d9e3e18
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,19 @@ Create a `.phpcs.xml.dist` file in your project and add the following, replacing
</ruleset>
```

Alternatively, you can install the standard globally:
```bash
composer global require --dev bigbite/phpcs-config
```

And reference the standard directly within your `.phpcs.xml.dist`:
```xml
<?xml version="1.0"?>
<ruleset name="{PROJECT} Rules">
<rule ref="BigBite" />
</ruleset>
```

## Developing

Please note that the PHPUnit test suite is not yet compatible with PHP 8.*.
Expand Down

0 comments on commit d9e3e18

Please sign in to comment.