Skip to content

Commit

Permalink
Update documentation for local development
Browse files Browse the repository at this point in the history
  • Loading branch information
hollodotme committed Dec 10, 2020
1 parent f0307a0 commit 883e063
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -983,17 +983,19 @@ if ('File not found.' === trim($response->getBody()))

---

## Bring up local environment
## Prepare local development environment

docker-compose up -d
This requires `docker` and `docker-compose` installed on your machine.

make update

## Run examples

docker-compose exec php74 php bin/examples.php
make examples

## Run all tests

sh tests/runTestsOnAllLocalPhpVersions.sh
make tests

## Command line tool (for local debugging only)

Expand Down

0 comments on commit 883e063

Please sign in to comment.