Readme.md in vendorer-0.1.16 vs Readme.md in vendorer-0.2.0

- old
+ new

@@ -7,25 +7,21 @@ Install ------- -Ensure you have: +Needs: Curl + Git + Ruby - - Curl - - Git v1.7+ - - Ruby v1.8.7 or v1.9.2+ - then: ``` bash -$ gem install vendorer +gem install vendorer ``` -Or add vendorer to your `Gemfile`: - -``` ruby -gem 'vendorer', :group => :development +or standalone +```Bash +curl https://rubinjam.herokuapp.com/pack/vendorer > vendorer && chmod +x vendorer +./vendorer -v ``` Usage -----