Add git submodule instructions to README.md (#9)

This commit is contained in:
Skylar Ittner 2018-07-11 18:26:16 -06:00
parent a485f6c35b
commit 45e9c2bea2

View File

@ -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") 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") 5. Set the location of the AccountHub home page ("PORTAL_URL")
6. Set the URL of this app ("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.