From 7df454f8f5ff91dcc7ed633871ff88ec6db2a94b Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Marek=20Vavru=C5=A1a?= <marek.vavrusa@nic.cz>
Date: Wed, 1 Apr 2015 09:44:24 +0200
Subject: [PATCH] build: updated readme

---
 README.md | 20 ++++++++++----------
 1 file changed, 10 insertions(+), 10 deletions(-)

diff --git a/README.md b/README.md
index 5c59e0691..7d1782336 100644
--- a/README.md
+++ b/README.md
@@ -20,16 +20,11 @@ This is simple and doesn't require any dependencies or system modifications, jus
 $ docker run cznic/knot-resolver
 ```
 
-See the build page https://registry.hub.docker.com/u/cznic/knot-resolver for more information and options.
-You can hack on the container by changing the container entrypoint to shell like:
-
-```
-$ docker run -it --entrypoint=/bin/bash cznic/knot-resolver
-```
+See the build page [registry.hub.docker.com/u/cznic/knot-resolver](https://registry.hub.docker.com/u/cznic/knot-resolver) for more information and options.
 
 ### Building from sources 
 
-The Knot DNS Resolver depends on the development version of the Knot DNS library, and a reasonably recent version of `libuv`.
+The Knot DNS Resolver [depends][depends] on the development version of the Knot DNS library.
 Several dependencies may not be in the packages yet, the script pulls and installs all dependencies in a chroot.
 
 You can avoid rebuilding dependencies by specifying `BUILD_IGNORE` variable, see the [Dockerfile](scripts/Dockerfile)
@@ -45,11 +40,16 @@ $ make check
 
 ### Running
 
-There is a separate resolver library in the `lib` directory, and a minimalistic daemon in
-the `daemon` directory. The daemon accepts a few CLI parameters, and there's no support for configuration
-right now.
+There is a separate resolver library in the `lib` directory, and a daemon in the `daemon` directory.
 
 ```
 $ ./daemon/kresolved -h
 $ ./daemon/kresolved -a "127.0.0.1#53"
 ```
+
+### More
+
+See the documentation at [knot-resolver.readthedocs.org][doc].
+
+[depends]: http://knot-resolver.readthedocs.org/en/latest/build.html
+[doc]: http://knot-resolver.readthedocs.org/en/latest/index.html
-- 
GitLab