Skip to content

Commit

Permalink
Final Readme updates
Browse files Browse the repository at this point in the history
Closes #10

Signed-off-by: Justin Yost <[email protected]>
  • Loading branch information
justinyost committed Jan 17, 2015
1 parent 929c12a commit faf65a2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 ##
Expand Down

0 comments on commit faf65a2

Please sign in to comment.