Skip to content

Commit

Permalink
Updated README to point to the gemcutter.org gem instead of the githu…
Browse files Browse the repository at this point in the history
…b location.
  • Loading branch information
Frederic Jean committed Nov 15, 2009
1 parent dfb2131 commit 44a42e0
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions README
Expand Up @@ -15,10 +15,16 @@ As of right now this code only provides a very minimal amount of functionality,

Installation
------------
This is a ruby gem that can be installed.
This is a ruby gem that can be installed from gemcutter.org.

gem sources -a http://gems.github.com
gem install ikai-jruby-memcache-client --remote
You will first need to install the gemcutter gem and configure your system to use it:

jruby -S gem install gemcutter
jruby -S gem tumble

You will then be able to install the JRuby Memcache Client gem:

gem install jruby-memcache-client

Replacing Rail's MemCache Client
--------------------------------
Expand Down

0 comments on commit 44a42e0

Please sign in to comment.