spree-contrib / spree_related_products

Related products extension for Spree Commerce.
http://guides.spreecommerce.org
BSD 3-Clause "New" or "Revised" License
149 stars 241 forks source link

Update README.md to include installation info #5

Closed dwarner closed 13 years ago

dwarner commented 13 years ago

Even though "This will be obsolete with Rails 3.1," until then, it might save people some time to put the simple installation instructions in the README.md:

gem 'spree_related_products', :git => 'https://github.com/spree/spree_related_products.git'

$bundle install

$ rake spree_related_products:instal $ rake db:migrate

. . . or whatever is the preferred method.

NOTE: I did not seem to get the rake task when I just did gem 'spree_related_products' only when I did: gem 'spree_related_products', :git => 'https://github.com/spree/spree_related_products.git'

JDutil commented 13 years ago

Instructions added for Rails 3.1