From 583e9e702547f5f23cac298d4ab5708e5a18a7f4 Mon Sep 17 00:00:00 2001 From: Jeremy Kauffman Date: Mon, 28 Jan 2019 15:03:18 -0500 Subject: [PATCH] mention php extensions --- INSTALL.md | 1 + 1 file changed, 1 insertion(+) diff --git a/INSTALL.md b/INSTALL.md index 11d46017..2b5752f6 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -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