mention php extensions

This commit is contained in:
Jeremy Kauffman 2019-01-28 15:03:18 -05:00 committed by GitHub
parent 5c1499cb83
commit 583e9e7025
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -7,6 +7,7 @@ To run this project, you'll need to have either PHP7 or Docker installed, and be
## Running Locally
- Install [PHP7](http://php.net/downloads.php)
- Possibly install additional PHP extensions: `curl`, `xml`, `mbstring`, `dom`
- Checkout the project
- Run `./dev.sh` from the project root
- Access [localhost:8000](http://localhost:8000) in your browser