Skip to content

Commit

Permalink
Updated readme
Browse files Browse the repository at this point in the history
Minor update
  • Loading branch information
msurguy committed Apr 4, 2014
1 parent 1531415 commit 62f2885
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,13 +61,13 @@ After this simple configuration you can populate the database by running a coupl
### Installation
CD into the directory of this project and run the following two commands:
CD into the directory of this project and run the following three commands:
1. `composer install`
2. `php artisan migrate`
3. `php artisan db:seed`
This will create the database structure and populate the database with some sample data so that you could see this project in action.
This will install all Composer dependencies, create the database structure and populate the database with some sample data so that you could see this project in action.
## Documentation
Expand Down

0 comments on commit 62f2885

Please sign in to comment.