Add installation instructions to the README

This commit is contained in:
Samy Dindane 2012-09-22 00:59:35 +03:00
parent 5d0a23fdcd
commit 904b9889f9
1 changed files with 6 additions and 1 deletions

View File

@ -1,4 +1,3 @@
[![Build Status](https://secure.travis-ci.org/sinatra/sinatra-contrib.png)](http://travis-ci.org/sinatra/sinatra-contrib)
Collection of common Sinatra extensions, semi-officially supported.
@ -73,6 +72,12 @@ Currently included:
* `sinatra/test_helpers`: Helper methods to ease testing your Sinatra
application. Partly extracted from Sinatra. Testing framework agnostic
# Installation
Add `gem 'sinatra-contrib'` to *Gemfile*, then execute `bundle install`.
If you don't use Bundler, install the gem manually by executing `gem install sinatra-contrib` in your command line.
# Usage
## Classic Style