aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md12
1 files changed, 11 insertions, 1 deletions
diff --git a/README.md b/README.md
index f86c668..ffa0860 100644
--- a/README.md
+++ b/README.md
@@ -27,7 +27,17 @@ encpipe -e -p password -i /etc/passwd | nc 127.0.0.1 6666
# Dependencies
-[libhydrogen](https://github.com/jedisct1/libhydrogen)
+[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.
+
+# Installation
+
+```sh
+make install
+```
# Yes