We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0307a0 commit 883e063Copy full SHA for 883e063
README.md
@@ -983,17 +983,19 @@ if ('File not found.' === trim($response->getBody()))
983
984
---
985
986
-## Bring up local environment
+## Prepare local development environment
987
988
- docker-compose up -d
+This requires `docker` and `docker-compose` installed on your machine.
989
+
990
+ make update
991
992
## Run examples
993
- docker-compose exec php74 php bin/examples.php
994
+ make examples
995
996
## Run all tests
997
- sh tests/runTestsOnAllLocalPhpVersions.sh
998
+ make tests
999
1000
## Command line tool (for local debugging only)
1001
0 commit comments