README.md in foundationstone-0.0.3 vs README.md in foundationstone-0.0.4

- old
+ new

@@ -1,17 +1,34 @@ -# Foundationstone +# Foundationstone + +Will bootstrap your App. + +## Installation + +1. Include gem to the `Gemfile` +```ruby +gem ‘foundationstone’ +``` +2. Mount it like Rails engine +```ruby +mount Foundationstone::Engine => '/' +``` +3. Install engine +``` +rails g foundationstone:install +``` \ No newline at end of file