summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorelijah <elijah@riseup.net>2014-12-19 16:38:09 -0800
committerelijah <elijah@riseup.net>2014-12-19 16:38:09 -0800
commitc9e2ec9b886a44fea406fdd8a21cc8bc6cc228da (patch)
treeb2f76c16c883abbf2394a1fd1221053cd173e287 /README.md
parent0353b559c2b92f842ed84a6d21f2d81038c2ade7 (diff)
updated README to include rake couchrest:migrate
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/README.md b/README.md
index a999802..e399ee2 100644
--- a/README.md
+++ b/README.md
@@ -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: