commit 575503dd4c007aa9fbd26eaa5504cd5a55baa9d9
parent 592f384bacf4c4d8c88f2d0be97ece8b00b5dec1
Author: parazyd <parazyd@dyne.org>
Date: Thu, 1 Nov 2018 13:10:32 +0100
Note specific version requirements in README.
Diffstat:
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md
@@ -32,13 +32,14 @@ https://stem.torproject.org/
The Go dependencies should be pulled in with `go get`. You can install
`stem` possibly with your package manager, or download it from the
-website itself.
+website itself. `stem` needs to be at least version `1.7.0`.
To install everything else, go to the directory where go has downloaded
tor-dam and run `make install` as root.
External software dependendies include `redis` and `tor`. You can
-retrieve them using your package manager.
+retrieve them using your package manager. Tor has to be at least version
+`0.3`, to support V3 hidden services.
Tor needs to have ControlPort enabled, and has to allow either
CookieAuthentication or a password, for stem to authenticate and be able