From 23273c9fbaf7d8a31895d2dc53c537c15a9ffd11 Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Mon, 1 Jun 2020 15:13:31 -0500 Subject: Add INSTALL section --- README.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/README.md b/README.md index df4e33e..07ddde5 100644 --- a/README.md +++ b/README.md @@ -27,6 +27,26 @@ inspired by * implement TOFU? * recognize more protocols +# INSTALL + +## From source + +``` +$ git clone https://git.sr.ht/~acdw/bollux +$ cd bollux +# make install +``` + +## Alternative + +``` +$ curl -fLo bollux https://git.sr.ht/~acdw/bollux/blob/0.2.2/bollux +$ chmod +x bollux +$ ./bollux +``` + +It's a bash script, so just plop it in your $PATH somewhere. + # LICENSE MIT -- cgit 1.4.1-21-gabe81