Fix download link in alternative install method #12

Merged
acdw merged 1 commits from haivets/bollux:main into main 2022-01-10 16:48:01 +00:00
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@ The new install path is /usr/local/bin.
## Alternative ## Alternative
``` ```
$ curl -fLo bollux https://tildegit.org/bollux/raw/branch/main/bollux $ curl -fLo bollux https://tildegit.org/acdw/bollux/raw/branch/main/bollux
$ chmod +x bollux $ chmod +x bollux
$ ./bollux $ ./bollux
``` ```