Skip to content

Commit

Permalink
Merge pull request #13 from deafbybeheading/patch-1
Browse files Browse the repository at this point in the history
Fix slightly-less-easy install instructions
  • Loading branch information
JerrySievert committed Aug 23, 2014
2 parents ddf04e0 + a80495b commit 0177544
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 @@ -28,9 +28,9 @@ The easy way to install is to use `node.js`.
$ npm install -g mongolike
$ mongolike-install -d yourdb

#### The Slight Less Easy Way
#### The Slightly Less Easy Way

$ psql yourdb <sql/*.sql
$ for file in sql/*.sql; do psql yourdb < $file; done

## Running Tests

Expand Down

0 comments on commit 0177544

Please sign in to comment.