Skip to content

Commit 883e063

Browse files
committed
Update documentation for local development
1 parent f0307a0 commit 883e063

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -983,17 +983,19 @@ if ('File not found.' === trim($response->getBody()))
983983

984984
---
985985

986-
## Bring up local environment
986+
## Prepare local development environment
987987

988-
docker-compose up -d
988+
This requires `docker` and `docker-compose` installed on your machine.
989+
990+
make update
989991

990992
## Run examples
991993

992-
docker-compose exec php74 php bin/examples.php
994+
make examples
993995

994996
## Run all tests
995997

996-
sh tests/runTestsOnAllLocalPhpVersions.sh
998+
make tests
997999

9981000
## Command line tool (for local debugging only)
9991001

0 commit comments

Comments
 (0)