diff options
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 12 |
1 files changed, 11 insertions, 1 deletions
@@ -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 |