mirror of
https://github.com/aasm/aasm
synced 2023-03-27 23:22:41 -04:00
Fix README to reflect github gem installation
Fix README instructions for building your own gem Fix VERSION - not sure why it was set to 3.0.0
This commit is contained in:
parent
ed1d03fec6
commit
9e240e70cb
2 changed files with 8 additions and 3 deletions
|
@ -23,10 +23,15 @@ A release and a gem are forthcoming.
|
|||
|
||||
== Installation
|
||||
|
||||
Until the gem release is made your best bet is to build the gem yourself and install it.
|
||||
=== From GitHub hosted gems
|
||||
|
||||
% sudo gem sources -a http://gems.github.com # (you only need to do this once)
|
||||
% sudo gem install rubyist-aasm
|
||||
|
||||
=== Building your own gems
|
||||
|
||||
% rake gem
|
||||
% sudo gem install pkg/aasm-3.0.0.gem
|
||||
% sudo gem install pkg/aasm-0.0.2.gem
|
||||
|
||||
|
||||
== Simple Example
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
module AASM
|
||||
module VERSION
|
||||
STRING = '3.0.0'
|
||||
STRING = '0.0.2'
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Add table
Reference in a new issue