about summary refs log tree commit diff stats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md20
1 files changed, 20 insertions, 0 deletions
diff --git a/README.md b/README.md index df4e33e..07ddde5 100644 --- a/README.md +++ b/README.md
@@ -27,6 +27,26 @@ inspired by
27* implement TOFU? 27* implement TOFU?
28* recognize more protocols 28* recognize more protocols
29 29
30# INSTALL
31
32## From source
33
34```
35$ git clone https://git.sr.ht/~acdw/bollux
36$ cd bollux
37# make install
38```
39
40## Alternative
41
42```
43$ curl -fLo bollux https://git.sr.ht/~acdw/bollux/blob/0.2.2/bollux
44$ chmod +x bollux
45$ ./bollux
46```
47
48It's a bash script, so just plop it in your $PATH somewhere.
49
30# LICENSE 50# LICENSE
31 51
32MIT 52MIT