Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
amacneil committed Aug 30, 2012
1 parent 6cc425e commit 9df12a3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# RefineryCMS & Spree Quick Start

These are the steps I followed to get RefineryCMS 2.0 and Spree 1.2 playing nicely together.
These are the steps I followed to get [RefineryCMS](http://refinerycms.com/) 2.0 and [Spree](http://spreecommerce.com/) 1.2 playing nicely together.

RefineryCMS and Spree both use Devise for authentication, but they are both completely separate (so you must have
separate user accounts for each). In Spree 1.2, authentication has been moved to a separate gem, allowing you
Expand All @@ -17,7 +17,7 @@ Create a new Refinery app:
gem install refinerycms
refinerycms refinery_spree

Add Spree 1.2 to the [Gemfile](https://github.com/adrianmacneil/refinery_spree/blob/master/Gemfile):
Add Spree 1.2 (currently in development) to the [Gemfile](https://github.com/adrianmacneil/refinery_spree/blob/master/Gemfile):

gem 'spree', git: 'git://github.com/spree/spree.git', branch: '1-2-stable'

Expand Down

0 comments on commit 9df12a3

Please sign in to comment.