Skip to content

Commit

Permalink
Doc: Update Readme with Makefile instruction
Browse files Browse the repository at this point in the history
  • Loading branch information
LevFlavien committed Jan 19, 2022
1 parent 3094651 commit 005e360
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,13 @@ docker-compose run client_72 bin/phpspec run
docker-compose run client_72 bin/php-cs-fixer fix --diff --dry-run --config=.php_cs.php -vvv
```

Or use `make`:

```
make dependencies
make tests
```

## Support

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

0 comments on commit 005e360

Please sign in to comment.