From 8885a2794f751ce5b99b1377df1ac4138e8e8225 Mon Sep 17 00:00:00 2001 From: Frank Denis Date: Sat, 30 Dec 2017 03:34:31 +0100 Subject: More instructions --- README.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) 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 -- cgit v1.2.3-70-g09d2