aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Frank Denis <github@pureftpd.org>2017-12-30 13:36:49 +0100
committerGravatar Frank Denis <github@pureftpd.org>2017-12-30 13:36:49 +0100
commita39c3d84ef2c810e06cfb1416ac0e6cadc41200c (patch)
tree92b283260e21f7ebd807cafc84c5a043107ba005
parentae9f19bae972cbae32189923e6702c622563fcc9 (diff)
downloadtweetpipe-a39c3d84ef2c810e06cfb1416ac0e6cadc41200c.tar.gz
Precompiled binaries are available
-rw-r--r--README.md5
1 files changed, 4 insertions, 1 deletions
diff --git a/README.md b/README.md
index f98675e..eccf153 100644
--- a/README.md
+++ b/README.md
@@ -41,9 +41,12 @@ a submodule. There is nothing to install.
# Installation
```sh
-make install
+make
+sudo make install
```
+[Precompiled, static binaries for Linux](https://github.com/jedisct1/encpipe/releases/latest) are also available.
+
# Why
It was faster to write than remember how to use GnuPG and OpenSSL.