Skip to content

Commit 005e360

Browse files
committed
Doc: Update Readme with Makefile instruction
1 parent 3094651 commit 005e360

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -155,6 +155,13 @@ docker-compose run client_72 bin/phpspec run
155155
docker-compose run client_72 bin/php-cs-fixer fix --diff --dry-run --config=.php_cs.php -vvv
156156
```
157157

158+
Or use `make`:
159+
160+
```
161+
make dependencies
162+
make tests
163+
```
164+
158165
## Support
159166

160167
The support of this client is made in best effort by our Akeneo team.

0 commit comments

Comments
 (0)