X-Git-Url: https://git.saurik.com/redis.git/blobdiff_plain/ed9b544e10b84cd43348ddfab7068b610a5df1f7..e8a74421bb685abb728e95fa0bf33de52402fe0a:/client-libraries/ruby/README.markdown?ds=inline diff --git a/client-libraries/ruby/README.markdown b/client-libraries/ruby/README.markdown index 2518c421..b36633d6 100644 --- a/client-libraries/ruby/README.markdown +++ b/client-libraries/ruby/README.markdown @@ -12,7 +12,10 @@ See [redis on code.google.com](http://code.google.com/p/redis/wiki/README) for m ## Dependencies -1. redis - +1. rspec - + sudo gem install rspec + +2. redis - rake redis:install @@ -20,7 +23,7 @@ See [redis on code.google.com](http://code.google.com/p/redis/wiki/README) for m rake dtach:install -3. svn - git is the new black, but we need it for the google codes. +3. git - git is the new black. ## Setup