Skip to content

Commit

Permalink
add gem installation notes
Browse files Browse the repository at this point in the history
  • Loading branch information
aduffeck committed Jun 6, 2010
1 parent 2c0a9ef commit c602d36
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Expand Up @@ -7,10 +7,19 @@ based on ruby-uuid (http://raa.ruby-lang.org/project/ruby-uuid/).

## Installation

### As a plugin

script/plugin install git://github.com/aduffeck/uuid_it.git
script/generate uuid_it
rake db:migrate

### As a gem
Add the following line to your config/environment.rb file:

config.gem "uuid_it"

script/generate uuid_it
rake db:migrate

## Usage

Expand Down

0 comments on commit c602d36

Please sign in to comment.