summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 2 insertions, 5 deletions
diff --git a/README.md b/README.md
index b2edd16..e784d69 100644
--- a/README.md
+++ b/README.md
@@ -29,11 +29,8 @@ encpipe -e -p password -i /etc/passwd | nc 127.0.0.1 6666
# Dependencies
-[libhydrogen](https://github.com/jedisct1/libhydrogen) - Install with
-`make install`
-
-The library gets statically linked, so the resulting binary doesn't
-have any dependencies besides the standard C library.
+None. It includes [libhydrogen](https://github.com/jedisct1/libhydrogen) as
+a submodule. There is nothing to install.
# Installation