diff options
author | elijah <elijah@riseup.net> | 2014-12-19 16:38:09 -0800 |
---|---|---|
committer | elijah <elijah@riseup.net> | 2014-12-19 16:38:09 -0800 |
commit | c9e2ec9b886a44fea406fdd8a21cc8bc6cc228da (patch) | |
tree | b2f76c16c883abbf2394a1fd1221053cd173e287 | |
parent | 0353b559c2b92f842ed84a6d21f2d81038c2ade7 (diff) |
updated README to include rake couchrest:migrate
-rw-r--r-- | README.md | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -113,6 +113,7 @@ Running To run leap_web: cd leap_web + bin/rake couchrest:migrate bin/rails server Then open http://localhost:3000 in your web browser. @@ -128,7 +129,8 @@ Testing To run all tests - rake test + bin/rake couchrest:migrate # if not already run + bin/rake test To run an individual test: |