submodules yo

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

View file

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