about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorCase Duckworth2021-02-25 21:21:17 -0600
committerCase Duckworth2021-02-25 21:21:17 -0600
commit7166fed5405d5b300c019147bd815bfc9db289d0 (patch)
tree5e6c956cc0ff4f82ab7c35c8e6154d2e8a858717
parentAdd -S to less_cmd (fix #9) (diff)
downloadbollux-7166fed5405d5b300c019147bd815bfc9db289d0.tar.gz
bollux-7166fed5405d5b300c019147bd815bfc9db289d0.zip
Correct URL
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md index a6ec629..f17a53c 100644 --- a/README.md +++ b/README.md
@@ -55,7 +55,7 @@ $ cd bollux
55## Alternative 55## Alternative
56 56
57``` 57```
58$ curl -fLo bollux https://git.sr.ht/~acdw/bollux/blob/0.3.0/bollux 58$ curl -fLo bollux https://tildegit.org/bollux/raw/branch/main/bollux
59$ chmod +x bollux 59$ chmod +x bollux
60$ ./bollux 60$ ./bollux
61``` 61```