README.md in catarse_paypal_express-0.1.0 vs README.md in catarse_paypal_express-1.0.0

- old
+ new

@@ -1,6 +1,6 @@ -# CatarsePaypalExpress +# CatarsePaypalExpress [![Build Status](https://travis-ci.org/catarse/catarse_paypal_express.png)](https://travis-ci.org/catarse/catarse_paypal_express) Catarse paypal express integration with [Catarse](http://github.com/danielweinmann/catarse) crowdfunding platform ## Installation @@ -36,24 +36,15 @@ $ git clone git://github.com/devton/catarse_paypal_express.git Add the catarse code into test/dummy: - $ git submodule add git://github.com/danielweinmann/catarse.git test/dummy + $ git submodule init + $ git submodule update -Copy the Catarse's gems to Gemfile: - - $ cat test/dummy/Gemfile >> Gemfile - And then execute: $ bundle - -## Troubleshooting in development environment - -Remove the admin folder from test/dummy application to prevent a weird active admin bug: - - $ rm -rf test/dummy/app/admin ## Contributing 1. Fork it 2. Create your feature branch (`git checkout -b my-new-feature`)