diff --git a/README.rdoc b/README.rdoc index 20a30cd..296e7ba 100644 --- a/README.rdoc +++ b/README.rdoc @@ -15,8 +15,21 @@ for more details. == Installation +Install the gem + 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 The first thing you need to do is establish a connection to Basecamp. This