Skip to content

Commit

Permalink
added sections to installation instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
rhizome committed Aug 18, 2009
1 parent 178dfa5 commit 49493f2
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.markdown
Expand Up @@ -23,6 +23,8 @@ This plugin started as an adaptation / update of act\_as\_voteable. It has grown
Install
=======

### Via plugin

Run the following command:

./script/plugin install git://github.com/peteonrails/vote_fu.git
Expand All @@ -31,7 +33,9 @@ Create a new rails migration using the generator:

./script/generate vote_fu VoteableModel

If you prefer to install vote_fu as a gem, add the following to your application's environment.rb:
### Via gem

Add the following to your application's environment.rb:

config.gem "peteonrails-vote_fu", :lib => 'vote_fu', :source => 'http://gems.github.com'

Expand Down

0 comments on commit 49493f2

Please sign in to comment.