Skip to content

Commit

Permalink
Changing install to grunt.
Browse files Browse the repository at this point in the history
  • Loading branch information
Fredrik Liljegren committed Aug 18, 2015
1 parent 729231f commit a978168
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ git clone https://github.com/fiddur/some-comments.git
cd some-comments
npm install
cp config.js.example config.js # Edit to configure…
DB_URL=sqlite://data/comments.db ./node_modules/.bin/migrate up
grunt migrate:up # Or… DB_URL=sqlite://data/comments.db ./node_modules/.bin/migrate up
node index.js
```

Expand Down

0 comments on commit a978168

Please sign in to comment.