From 312f6234b1d9a2d46c9e3cdb9af57904aa25612f Mon Sep 17 00:00:00 2001 From: Travis Tilley Date: Fri, 23 Oct 2009 16:33:01 -0400 Subject: [PATCH] gemcutter is now the preferred installation method --- README.rdoc | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.rdoc b/README.rdoc index 2ceda91..f5155f0 100644 --- a/README.rdoc +++ b/README.rdoc @@ -41,7 +41,13 @@ The latest AASM can currently be pulled from the git repository on github. == Installation -=== From GitHub hosted gems +=== From gemcutter + + % sudo gem install gemcutter + % sudo gem tumble + % sudo gem install aasm + +=== From GitHub hosted gems (only older releases are available) % sudo gem sources -a http://gems.github.com # (you only need to do this once) % sudo gem install rubyist-aasm