]> git.saurik.com Git - redis.git/blobdiff - client-libraries/ruby/README.markdown
client libraries synched in git
[redis.git] / client-libraries / ruby / README.markdown
index 2518c4212515260caef1cc623745aa320868aeca..b36633d62fcc7b5643514851a46fb327ea37859a 100644 (file)
@@ -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