Skip to content

Commit

Permalink
Better installation instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
anibalcucco committed May 12, 2011
1 parent ad56e15 commit 010baff
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.rdoc
Expand Up @@ -15,8 +15,21 @@ for more details.


== Installation == Installation


Install the gem

gem install basecamp gem install basecamp


Include the system gems and require the library in your script

require 'rubygems'
require 'basecamp'

=== Dependencies

* activeresource >= 2.3.0
* xml-simple
* oauth2

== Establishing a Connection == Establishing a Connection


The first thing you need to do is establish a connection to Basecamp. This The first thing you need to do is establish a connection to Basecamp. This
Expand Down

0 comments on commit 010baff

Please sign in to comment.