diff --git a/INSTALL.md b/INSTALL.md index 2b5752f6..ba781786 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -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) - 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 - Access [localhost:8000](http://localhost:8000) in your browser