about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorM. Gardner2022-01-10 07:09:29 +0000
committerM. Gardner2022-01-10 07:09:29 +0000
commiteef0a22203b052358fb08a70c1c3ebe8dd3321bf (patch)
tree59fcb26e42b9c2549c290412bc62ee2b68d8dfe3
parentFix typo (diff)
downloadbollux-eef0a22203b052358fb08a70c1c3ebe8dd3321bf.tar.gz
bollux-eef0a22203b052358fb08a70c1c3ebe8dd3321bf.zip
fix download link in alternative install method
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md index b0e962c..34f3ceb 100644 --- a/README.md +++ b/README.md
@@ -58,7 +58,7 @@ The new install path is /usr/local/bin.
58## Alternative 58## Alternative
59 59
60``` 60```
61$ curl -fLo bollux https://tildegit.org/bollux/raw/branch/main/bollux 61$ curl -fLo bollux https://tildegit.org/acdw/bollux/raw/branch/main/bollux
62$ chmod +x bollux 62$ chmod +x bollux
63$ ./bollux 63$ ./bollux
64``` 64```