summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrautenberg <rautenberg@in-silico.ch>2014-02-25 10:09:38 +0100
committerrautenberg <rautenberg@in-silico.ch>2014-02-25 10:09:38 +0100
commit11963657cd83a123ce49d8876a1673238a997678 (patch)
tree5909b635fb53b4b5a712a1e0797db6773ffd0f79
parent07e12aed18c57d1d592fea3df397d6f2550e9042 (diff)
make README markdown and link RubyDoc.infotb2.0.0
-rw-r--r--README.md (renamed from README)9
1 files changed, 9 insertions, 0 deletions
diff --git a/README b/README.md
index 4b5783b..511e9cf 100644
--- a/README
+++ b/README.md
@@ -1,10 +1,13 @@
opentox-server: Common part for OpenTox webservices
+===================================================
Installation:
+-------------
gem install opentox-service
Development:
+------------
git clone git@github.com:<my-opentox-service>.git
cd <my-opentox-service>
@@ -30,3 +33,9 @@ Development:
# create master
# release
rake release
+
+
+Documentation
+-------------
+* [API documentation](http://opentox.org/dev/api)
+* [RubyDoc.info Code documentation](http://rubydoc.info/github/opentox/opentox-server/development/frames)