Skip to content

Commit 2f6e0f3

Browse files
committed
Update CONTRIBUTING.md.
1 parent 0508049 commit 2f6e0f3

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

CONTRIBUTING.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@ If you want to learn more about our opinion on open source, you can read the [OS
88

99
The features available for now are only those we need, but you're welcome to open an issue or pull-request if you need more.
1010

11-
To ensure good code quality, we use our awesome tool "[coke](https://github.com/M6Web/Coke)" to check there is no coding standards violations.
11+
To ensure good code quality, we use our awesome tool "[coke](https://github.com/M6Web/Coke)" to check there is no coding standards violations.
1212
We use [Symfony2 coding standards](https://github.com/M6Web/Symfony2-coding-standard).
1313

1414
To execute coke, you need to install dependencies in dev mode
1515
```bash
16-
composer install --dev
16+
composer install
1717
```
1818

1919
And you can launch coke
@@ -27,12 +27,12 @@ This bundle is tested with [atoum](https://github.com/atoum/atoum).
2727

2828
To launch tests, you need to install dependencies in dev mode
2929
```bash
30-
composer install --dev
30+
composer install
3131
```
3232

3333
And you can now launch tests
3434
```bash
35-
./vendor/bin/atoum
35+
bin/atoum
3636
```
3737

3838
## Pull-request

0 commit comments

Comments
 (0)