README.md in redis-store-1.1.0 vs README.md in redis-store-1.1.1
- old
+ new
@@ -14,20 +14,20 @@
### Option 2: From Source
Download and install Redis from [http://redis.io](http://redis.io/)
- wget http://redis.googlecode.com/files/redis-2.4.5.tar.gz
- tar -zxf redis-2.4.5.tar.gz
- mv redis-2.4.5 redis
+ wget http://redis.googlecode.com/files/redis-2.4.15.tar.gz
+ tar -zxf redis-2.4.15.tar.gz
+ mv redis-2.4.15 redis
cd redis
make
## Running tests
git clone git://github.com/jodosha/redis-store.git
cd redis-store/redis-store
- gem install bundler --pre # required version: 1.1.rc
+ gem install bundler
ruby ci/run.rb
If you are on **Snow Leopard** you have to run `env ARCHFLAGS="-arch x86_64" ruby ci/run.rb`
## Copyright