diff --git a/README.md b/README.md index 02ea6b8..458f336 100644 --- a/README.md +++ b/README.md @@ -8,17 +8,17 @@ Performs logic and emailing of a very simple Secret Santa type drawing ### Zip File ### -1. Download the zip file from the master repo: https://github.com/jtyost2/secret/zipball/master +1. Download the zip file from the master repo: [https://github.com/jtyost2/secret/zipball/master](https://github.com/jtyost2/secret/zipball/master) 2. Unzip 3. Move to the installation directory directory -4. Rename `config.sample.php` to `config.php` and update with your settings +4. Rename `./config/config.sample.php` to `/config/config.php` and update with your settings 5. Run `composer install` ### Git Clone ### 1. Git clone this project: -`git clone git://github.com/jtyost2/secret.git directory` -4. Rename `config.sample.php` to `config.php` and update with your settings +`git clone git://github.com/jtyost2/secret.git secret` +4. Rename `/config/config.sample.php` to `/config/config.php` and update with your settings 5. Run `composer install` ## Requirements ##