aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Frank Denis <github@pureftpd.org>2017-12-30 03:34:31 +0100
committerGravatar Frank Denis <github@pureftpd.org>2017-12-30 03:34:31 +0100
commit8885a2794f751ce5b99b1377df1ac4138e8e8225 (patch)
treecd88ed228d94e6f95e6d856a11882ffcc4b22699
parent0ead3c88f32afb82158b6e7e8c7e2dcfc35edfaf (diff)
downloadtweetpipe-8885a2794f751ce5b99b1377df1ac4138e8e8225.tar.gz
More instructions
-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