README.md in flipper-redis-0.6.2 vs README.md in flipper-redis-0.7.0.beta1

- old
+ new

@@ -90,9 +90,27 @@ # :actors=>#<Set: {"25", "90", "180"}>, # :percentage_of_actors=>"45", # :percentage_of_random=>"15"} ``` +## `script/bootstrap` + +This script will get all the dependencies ready so you can start hacking. + +``` +# to learn more about script/bootstrap +script/bootstrap help +``` + +## `script/test` + +For your convenience, there is a script to run the tests. It will also perform `script/bootstrap`, which bundles and all that jazz. + +``` +# to learn more about script test +script/test help +``` + ## Contributing 1. Fork it 2. Create your feature branch (`git checkout -b my-new-feature`) 3. Commit your changes (`git commit -am 'Added some feature'`)