Skip to content

Commit

Permalink
Merge pull request #72 from DavidVassett/feat-documentation
Browse files Browse the repository at this point in the history
update README.md
  • Loading branch information
David Vassett authored Jul 4, 2017
2 parents 1b50336 + 82b1ae1 commit d5b5634
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,16 +38,14 @@ npm install

### Setup Database

#### Create Database

```sh
npm run db-create
```
#### Create and Start Database

#### Start Database
The `npm db-create` and `create helpReactor` commands only need to be run once.

```sh
npm run db-create
npm run db-start
createdb helpReator
```

#### Migrate and Seed Database
Expand Down

0 comments on commit d5b5634

Please sign in to comment.