Commit 1fd5d3913e497a32332e24b3faf90f1e7024536b
1 parent
b901ab34
Exists in
colab
and in
4 other branches
Update readme to include new setup script instructions
Showing
1 changed file
with
4 additions
and
0 deletions
Show diff stats
README.rdoc
@@ -58,6 +58,10 @@ Please, have a look the wiki pages about development workflow and code standards | @@ -58,6 +58,10 @@ Please, have a look the wiki pages about development workflow and code standards | ||
58 | 58 | ||
59 | rake db:setup | 59 | rake db:setup |
60 | 60 | ||
61 | +* Alternatively you can just run the setup script (Will also need the kalibro configurations service running) | ||
62 | + | ||
63 | + bin/setup | ||
64 | + | ||
61 | * How to run the test suite | 65 | * How to run the test suite |
62 | 66 | ||
63 | rake | 67 | rake |