From d1e95e7b01799d03f1fdd8efc8f30047f50efedd Mon Sep 17 00:00:00 2001 From: Brian Quinn Date: Mon, 12 Sep 2011 14:58:29 +0200 Subject: [PATCH] Updated README --- README.md | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 64b97a9..8d2950b 100644 --- a/README.md +++ b/README.md @@ -6,10 +6,17 @@ Spree Blue Theme is a standalone theme for Spree Commerce version 0.70.0 or late INSTALLATION ------------ -Add the following line to your Gemfile: +1. Add the following line to your Gemfile: gem 'spree_blue_theme', :git => 'git://github.com/spree/spree_blue_theme.git' -And install: +**NOTE:** It's important that you add this line at the bottom of the Gemfile, or at least AFTER any other extension/engine/gem that you'd like to theme (i.e. Spree) + +2. And install: $ bundle install + +3. Optional: Clear out precompiled assets (required for install in sandbox): + + $ rake assets:clean + \ No newline at end of file