From fbeba8c348e77efd4ce3cb003e204bd7659e25f0 Mon Sep 17 00:00:00 2001 From: vlw Date: Wed, 5 Mar 2025 11:06:36 +0000 Subject: [PATCH] fix(doc): add new install URL to README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a3dca83..9c047a3 100644 --- a/README.md +++ b/README.md @@ -9,5 +9,5 @@ The script will only run on Linux environments with `coreutils` installed (for n 2. Run this command from the root directory of your local repository ```sh -curl -fsSL https://codeberg.org/vegvisir/install/raw/branch/master/install.sh | sh +curl -fsSL https://href.vlw.se/vegvisir/install | bash ``` \ No newline at end of file