From 45e9c2bea284e1c275f3e8451fd70060f48b2289 Mon Sep 17 00:00:00 2001 From: Skylar Ittner Date: Wed, 11 Jul 2018 18:26:16 -0600 Subject: [PATCH] Add git submodule instructions to README.md (#9) --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8d20c05..18e92c7 100644 --- a/README.md +++ b/README.md @@ -35,4 +35,5 @@ Installing 4. Set the location of the AccountHub API in `settings.php` (see "PORTAL_API") and enter an API key ("PORTAL_KEY") 5. Set the location of the AccountHub home page ("PORTAL_URL") 6. Set the URL of this app ("URL") -7. Run `composer install` (or `composer.phar install`) to install dependency libraries. +7. Run `composer install` (or `composer.phar install`) to install dependency libraries +8. Run `git submodule init` and `git submodule update` to install other dependencies via git.