Skip to content

Commit

Permalink
fix docs
Browse files Browse the repository at this point in the history
  • Loading branch information
eric-therond committed Feb 27, 2020
1 parent 3701cb2 commit eb9e8b1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@ Install GrumPHP globally or in the progpilot repository:
```shell
composer install --dev phpro/grumphp
```
Install the [required tasks](../grumphp.yml) for progpilot.
Install the [required tasks](../grumphp.yml) for Progpilot:
```shell
composer install --dev squizlabs/php_codesniffer
composer install --dev designsecurity/progpilot
```
In your shell configure the following environment variable to instruct where GrumPHP can locate progpilot and phpcs executables:
Configure the following env variable to instruct GrumPHP where it should locate tasks executables:
```shell
export GRUMPHP_BIN_DIR="/path/to/vendor/bin"
```
Expand Down
2 changes: 1 addition & 1 deletion docs/DEV.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ This project would not have been possible without these dependencies :
## Tests

We are using more than 2400 tests cases from [PHP Vulnerability test suite](https://github.com/stivalet/PHP-Vulnerability-test-suite) for testing our tool.
To run the tests suite go to ./projects/tests folder and execute phpunit
To run the tests suite go to [./projects/tests](../projects/tests/) folder and execute [phpunit](https://phpunit.de/).

## License

Expand Down

0 comments on commit eb9e8b1

Please # to comment.