From eef0a22203b052358fb08a70c1c3ebe8dd3321bf Mon Sep 17 00:00:00 2001 From: "M. Gardner" Date: Mon, 10 Jan 2022 07:09:29 +0000 Subject: [PATCH] fix download link in alternative install method --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. ## 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 $ ./bollux ```