Skip to content

Commit

Permalink
cleaned up README
Browse files Browse the repository at this point in the history
  • Loading branch information
alto committed Aug 31, 2011
1 parent 33c6376 commit cb556b1
Showing 1 changed file with 3 additions and 10 deletions.
13 changes: 3 additions & 10 deletions README.rdoc
Original file line number Diff line number Diff line change
Expand Up @@ -41,22 +41,15 @@ The latest AASM can currently be pulled from the git repository on github.

== Installation

=== From gemcutter
=== From RubyGems.org

% 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
% gem install aasm

=== Building your own gems

% rake gemspec
% rake build
% sudo gem install pkg/aasm-2.1.gem
% sudo gem install pkg/aasm-2.2.1.gem


== Simple Example
Expand Down

0 comments on commit cb556b1

Please sign in to comment.