diff options
author | Case Duckworth | 2022-01-10 16:48:00 +0000 |
---|---|---|
committer | Case Duckworth | 2022-01-10 16:48:00 +0000 |
commit | 036200cac3118a24d7d8573dc65a1c57c72292c6 (patch) | |
tree | 59fcb26e42b9c2549c290412bc62ee2b68d8dfe3 | |
parent | Fix typo (diff) | |
parent | fix download link in alternative install method (diff) | |
download | bollux-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.md | 2 |
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 | ``` |