diff --git a/README.md b/README.md
index e36c9d0f522855f4db3f5dc20bf792fff8d90bb5..1050f34e7f28f9c145ff01d544631094afcab880 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
 pyrocksdb
 =========
 
-Python bindings for RocksDB
+Python bindings for RocksDB. See http://pyrocksdb.readthedocs.org for details
diff --git a/docs/installation.rst b/docs/installation.rst
index d70a1b9453375bc52a275815fa0e1ca3412999a5..91c6101c583c446ed771e95471857f2bea88bf95 100644
--- a/docs/installation.rst
+++ b/docs/installation.rst
@@ -32,4 +32,4 @@ Building pyrocksdb
     $ cd pyrocks_test
     $ . bin/active
     $ pip install Cython
-    $ pip install .....
+    $ pip install git+git://github.com/stephan-hof/pyrocksdb.git