From ee10c9fa55678fa9573cc0de4bcd0d9cd971b1fe Mon Sep 17 00:00:00 2001 From: Jamie Hewitt Date: Wed, 28 Jan 2026 11:05:40 +0000 Subject: [PATCH] Update README.md with correct curl --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c410e37..094f216 100644 --- a/README.md +++ b/README.md @@ -52,7 +52,7 @@ Build dependencies (needed to compile from source): Supports Arch, Fedora, and Debian/Ubuntu. Installs dependencies, Rust (if needed), builds from source, and installs to `/usr/local/bin/`: ```bash -curl -sSf https://github.com/jaidaken/ferrosonic/raw/branch/master/install.sh | sh +curl -sSf https://raw.githubusercontent.com/jaidaken/ferrosonic/master/install.sh | sh ``` ### Manual Build