aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorGravatar Frank Denis <github@pureftpd.org>2017-12-30 12:41:25 +0100
committerGravatar Frank Denis <github@pureftpd.org>2017-12-30 12:41:25 +0100
commit55336e98456fa55da2fd975a737c1b40d85eee6e (patch)
tree73be4bdfca5576e9fc4a5a9eb3ecd64f32539df0 /README.md
parentff7a2e6e4917657a67759b25f8c4f41ce085c3c7 (diff)
downloadtweetpipe-55336e98456fa55da2fd975a737c1b40d85eee6e.tar.gz
Embded libhydrogen as a submodule
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