README.md in primo-0.0.2 vs README.md in primo-0.0.3

- old
+ new

@@ -1,21 +1,25 @@ # Primo A better, configurable, default (prime) Rails stack. +Inspired by Steve Klabnik's article ["Rails has Two Default Stacks"](http://words.steveklabnik.com/rails-has-two-default-stacks) + ## Usage ``` +gem install rails gem install primo -primo app_name +primo app_name #instead of "rails new app_name" ``` This generates PostgreSQL/HAML/Rspec Rails app using [this template](https://github.com/cbetta/primo/blob/master/templates/prime.rb). ## Release notes +* **0.0.3** Removed direct Rails dependency * **0.0.2** Added simple installer for "Prime stack" * **0.0.1** Gem skeleton ## License