Skip to content

Commit

Permalink
Update README for better installation instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
JDutil committed Jan 10, 2013
1 parent a3125a2 commit 7859fb3
Showing 1 changed file with 17 additions and 18 deletions.
35 changes: 17 additions & 18 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,24 @@ This is a Spree extension that wraps the popular [active_shipping](http://github
Installation
------------

To install this extension, place these two lines inside your application's Gemfile:
1. Add the following to your applications Gemfile:

```ruby
gem 'spree_active_shipping', :git => "git://github.com/spree/spree_active_shipping"
a. To use the latest edge code in master branch:

```ruby
gem 'spree_active_shipping', :git => "git://github.com/spree/spree_active_shipping"
```

b. To use a specific branch specified in the Versionfile for your version of Spree:

```ruby
gem 'spree_active_shipping', :git => "git://github.com/spree/spree_active_shipping", :branch => '1-3-stable'
```

2. Run bundler:

```
$ bundle
```
UPS
Expand Down Expand Up @@ -70,21 +84,6 @@ class AddUpsConfiguration < ActiveRecord::Migration
end
```

Installation
------------

1. Add the following to your applications Gemfile

```ruby
gem 'spree_active_shipping'
```

2. Run bundler

```
bundle install
```

Further Reading
---------------

Expand Down

0 comments on commit 7859fb3

Please sign in to comment.