Skip to content

Commit

Permalink
mention git clone as an installation choice
Browse files Browse the repository at this point in the history
  • Loading branch information
jrochkind committed Jul 26, 2010
1 parent f43e006 commit 6259f75
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.rdoc
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,19 @@ A Solr integer field. Depending on your data, it may or may not be advantageous

= Installation

This is a plugin, not a gem. Sadly, I was not able to make this a gem, Rails2 engines plugins don't work as gems, particularly the assets.
This is a plugin, not a gem. Sadly, I was not able to make this a gem, Rails2 engines plugins don't work as gems, particularly the assets. A couple different ways to get the source into your vendor/plugins directory.

Go into your application directory, and run:

./script/plugin install git://github.com/projectblacklight/blacklight_range_limit.git

Later you can run ./script/plugin update blacklight_range_limit if you like.

Requires git installed on your system. There are other ways to get the plugin in there too.
Requires git installed on your system. There are other ways to get the plugin in there too.

OR
cd $your_app/vendor/plugins
git clone git://github.com/projectblacklight/blacklight_range_limit.git

= Configuration

Expand Down

0 comments on commit 6259f75

Please sign in to comment.