summaryrefslogtreecommitdiff
path: root/README.rdoc
diff options
context:
space:
mode:
authorChristoph Helma <helma@in-silico.de>2009-08-13 11:03:59 +0200
committerChristoph Helma <helma@in-silico.de>2009-08-13 11:03:59 +0200
commit1985adc474962f590c5e7331e570fde3dfa3dc5b (patch)
treeaad8762f6055ea2bc29c4e6cff526b7683cc71ff /README.rdoc
parent9370c0e754fe405c7a8c2ca7d290bb92f02971f8 (diff)
gemspec and rdoc documentation added
Diffstat (limited to 'README.rdoc')
-rw-r--r--README.rdoc29
1 files changed, 17 insertions, 12 deletions
diff --git a/README.rdoc b/README.rdoc
index 4b593d1..f33ef93 100644
--- a/README.rdoc
+++ b/README.rdoc
@@ -1,17 +1,22 @@
= opentox-ruby-api-wrapper
-Description goes here.
-
-== Note on Patches/Pull Requests
-
-* Fork the project.
-* Make your feature addition or bug fix.
-* Add tests for it. This is important so I don't break it in a
- future version unintentionally.
-* Commit, do not mess with rakefile, version, or history.
- (if you want to have your own version, that is fine but
- bump version in a commit by itself I can ignore when I pull)
-* Send me a pull request. Bonus points for topic branches.
+Ruby wrapper for the OpenTox REST API (http://www.opentox.org)
+
+== Installation
+
+Run the following if you haven't already:
+
+ gem sources -a http://gems.github.com
+
+Install the gem:
+
+ sudo gem install helma-opentox-ruby-api-wrapper
+
+== Usage
+
+- set the environment variables OPENTOX_COMPOUNDS, OPENTOX_FEATURES, OPENTOX_DATASETS, OPENTOX_FMINER to the base URI of the OpenTox REST webservices
+- require 'opentox-ruby-api-wrapper' in your ruby application
+- consult the API documentation for details
== Copyright