Update README.md with correct curl

This commit is contained in:
Jamie Hewitt
2026-01-28 11:05:40 +00:00
committed by GitHub
parent d17ea748f6
commit ee10c9fa55

View File

@@ -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/`: Supports Arch, Fedora, and Debian/Ubuntu. Installs dependencies, Rust (if needed), builds from source, and installs to `/usr/local/bin/`:
```bash ```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 ### Manual Build