Add INSTALL section
authorCase Duckworth <acdw@acdw.net>
Mon, 1 Jun 2020 20:13:31 +0000 (15:13 -0500)
committerCase Duckworth <acdw@acdw.net>
Mon, 1 Jun 2020 20:13:31 +0000 (15:13 -0500)
README.md

index df4e33e..07ddde5 100644 (file)
--- 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