README.md in hanami-0.7.3 vs README.md in hanami-0.8.0

- old
+ new

@@ -17,10 +17,18 @@ * [**Hanami::Controller**](https://github.com/hanami/controller) - Full featured, fast and testable actions for Rack These components are designed to be used independently or together in a Hanami application. If you aren't familiar with them, please take time to go through their READMEs. +## Donations + +You can give back to Open Source, by supporting Hanami development via a [donation](https://salt.bountysource.com/teams/hanami). :green_heart: + +### Supporters + + * [James Carlson](https://github.com/jxxcarlson) + ## Status [![Gem Version](https://badge.fury.io/rb/hanami.svg)](http://badge.fury.io/rb/hanami) [![Build Status](https://secure.travis-ci.org/hanami/hanami.svg?branch=master)](http://travis-ci.org/hanami/hanami?branch=master) [![Coverage](https://coveralls.io/repos/hanami/hanami/badge.svg?branch=master)](https://coveralls.io/r/hanami/hanami) @@ -88,9 +96,22 @@ 1. Fork it ( https://github.com/hanami/hanami/fork ) 2. Create your feature branch (`git checkout -b my-new-feature`) 3. Commit your changes (`git commit -am 'Add some feature'`) 4. Push to the branch (`git push origin my-new-feature`) 5. Create a new Pull Request + +### How To Use Hanami HEAD + +If you want to test Hanami HEAD to try a new feature or to test a bug fix here how to do: + +``` +git clone https://github.com/hanami/hanami.git +cd hanami && bundle +bundle exec hanami new --hanami-head=true bookshelf +cd bookshelf +vim Gemfile # edit with: gem 'hanami', path: '..' +bundle +``` ## Versioning __Hanami__ uses [Semantic Versioning 2.0.0](http://semver.org)