Skip to content

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
evan committed Jan 20, 2008
1 parent c1043e7 commit 1e86748
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions README
Expand Up @@ -22,20 +22,21 @@ Very new. Risky in production.
* multiple hashing modes, including consistent hashing
* ludicrous speed, including optional non-blocking IO

== Requirements
== Installation

* {libmemcached 0.13}[http://tangent.org/552/libmemcached.html]
First, you need {libmemcached 0.13}[http://tangent.org/552/libmemcached.html]. Other versions of libmemcached are not supported.

Other versions of libmemcached are not supported.

Extract the tarball, then for Linux, run:
Extract the tarball{http://download.tangent.org/libmemcached-0.13.tar.gz}, then for Linux, run:
./configure
make && sudo make install

For OS X/MacPorts, run:
./configure --prefix=/opt/local
make && sudo make install

Now install the gem:
sudo gem install memcached

== Usage

Whatever!
Expand Down

0 comments on commit 1e86748

Please sign in to comment.