if you are using bundler

This commit is contained in:
Thorsten Böttger 2011-10-23 21:21:51 +02:00
parent f8707d1682
commit 0c7654564f
1 changed files with 8 additions and 1 deletions

View File

@ -34,12 +34,19 @@ The callback chain & order on a successful event looks like:
## Installation ##
### From RubyGems.org ###
### Manually from RubyGems.org ###
```sh
% gem install aasm
```
### Or if you are using Bundler ###
```ruby
# Gemfile
gem 'aasm'
```
### Building your own gems ###
```sh