about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorCase Duckworth2022-01-10 16:48:00 +0000
committerCase Duckworth2022-01-10 16:48:00 +0000
commit036200cac3118a24d7d8573dc65a1c57c72292c6 (patch)
tree59fcb26e42b9c2549c290412bc62ee2b68d8dfe3
parentFix typo (diff)
parentfix download link in alternative install method (diff)
downloadbollux-036200cac3118a24d7d8573dc65a1c57c72292c6.tar.gz
bollux-036200cac3118a24d7d8573dc65a1c57c72292c6.zip
Merge pull request 'Fix download link in alternative install method' (#12) from haivets/bollux:main into main
Reviewed-on: https://tildegit.org/acdw/bollux/pulls/12
-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```