Recommend gem installation in README.

This commit is contained in:
Andy Stewart 2010-03-19 15:29:16 +00:00
parent 2cae7cf127
commit af27ee5c6f
1 changed files with 2 additions and 6 deletions

View File

@ -217,13 +217,9 @@ And then use it in your tests like this:
## Installation
1. Install PaperTrail either as a gem (from Gemcutter; the ones on GitHub are obsolete) or as a plugin:
1. Install PaperTrail as a gem via your `config/environment.rb`:
`config.gem 'paper_trail', :source => 'http://gemcutter.org'`
or:
`script/plugin install git://github.com/airblade/paper_trail.git`
`config.gem 'paper_trail'
2. Generate a migration which will add a `versions` table to your database.