Skip to content
This repository has been archived by the owner on May 25, 2022. It is now read-only.

Commit

Permalink
add additional install steps to README
Browse files Browse the repository at this point in the history
Thanks to @gerep in #spree for pointing out the omission.
  • Loading branch information
jhawthorn committed Jul 29, 2013
1 parent 2dc2424 commit 65ac886
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,17 @@ Behind-the-scenes, this extension uses [PayPal's Merchant Ruby SDK](https://gith

## Installation

Add this extension to your Gemfile with this line:
1. Add this extension to your Gemfile with this line:

gem 'spree_paypal_express', :github => "radar/better_spree_paypal_express", :branch => "2-0-stable"
gem 'spree_paypal_express', :github => "radar/better_spree_paypal_express", :branch => "2-0-stable"

2. Install the gem using Bundler:

bundle install

3. Copy & run migrations

bundle exec rails g spree_paypal_express:install

### Sandbox Setup

Expand Down Expand Up @@ -69,4 +77,4 @@ Copyright (c) 2013 Spree Commerce and contributors, released under the [New BSD
[1]: http://www.fsf.org/licensing/essays/free-sw.html
[2]: https://github.com/spree/better_spree_paypal_express/issues
[3]: https://github.com/spree/better_spree_paypal_express/tree/master/LICENSE.md
[4]: https://github.com/spree/spree_paypal_express
[4]: https://github.com/spree/spree_paypal_express

0 comments on commit 65ac886

Please sign in to comment.