From 20417867e77def56b4cb7bd518148a29ff20c5f6 Mon Sep 17 00:00:00 2001 From: Ryan Bigg Date: Tue, 28 Aug 2012 19:09:13 +0100 Subject: [PATCH] mention that spree_auth_devise is automatically installed with spree install Bumping for CI --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 732eebcccaf..8763f94bd58 100644 --- a/README.md +++ b/README.md @@ -137,6 +137,8 @@ Add the following to your Gemfile Then run `bundle install`. Authentication will then work exactly as it did in previous versions of Spree. +This line is automatically added by the `spree install` command. + If you're installing this in a new Spree 1.2+ application, you'll need to install and run the migrations with $ bundle exec rake spree_auth:install:migrations