Skip to content

Commit

Permalink
Updated readme for rails app
Browse files Browse the repository at this point in the history
  • Loading branch information
adriandulic committed Feb 7, 2011
1 parent f584e7d commit 3dd61a2
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions README.md
Expand Up @@ -5,18 +5,17 @@ BitsOnTheRun is an implementation of [bitsontherun.com](bitsontherun.com) API in

## Install

gem install bitsontherun

Gemfile:

gem 'bitsontherun', :git => 'http://github.com/adriandulic/bitsontherun.git'
gem 'bitsontherun'

or
Run:

gem 'bitsontherun'
bundle install

Setup:
Add in _config/initializers/bitsontherun.rb_ file:

# Bitsonthrun configuration
BitsOnTheRun::Configuration.key = "your api key"
BitsOnTheRun::Configuration.secret = "your api secret"

Expand Down

0 comments on commit 3dd61a2

Please sign in to comment.