Skip to content

Commit

Permalink
Merge branch 'master' of git://github.com/hcatlin/active_merchant int…
Browse files Browse the repository at this point in the history
…o hcatlin/master
  • Loading branch information
Cody Fauser committed Jul 12, 2008
2 parents 321145b + d99e462 commit 2e13764
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README
Original file line number Diff line number Diff line change
Expand Up @@ -58,23 +58,23 @@ The {ActiveMerchant Wiki}[http://code.google.com/p/activemerchant/wiki] contains

== Download

Currently this library is available with svn from:
Currently this library is available with git from:

http://activemerchant.googlecode.com/svn/trunk/active_merchant
git://github.com/Shopify/active_merchant.git

== Installation

=== From Subversion
=== From Git

You can check out the latest source from svn:
You can check out the latest source from git:

> svn co http://activemerchant.googlecode.com/svn/trunk/active_merchant
> git pull git://github.com/Shopify/active_merchant.git

=== As a Rails plugin

ActiveMerchant includes an init.rb file. This means that Rails will automatically load ActiveMerchant on startup. Run the following command from the root directory of your Rails project to install ActiveMerchant as a Rails plugin:

> ./script/plugin install http://activemerchant.googlecode.com/svn/trunk/active_merchant
> ./script/plugin install git://github.com/Shopify/active_merchant.git

=== From Ruby Gems

Expand Down

0 comments on commit 2e13764

Please sign in to comment.