Fix repository URLs in README to match actual repo

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
2026-01-31 14:57:09 +03:00
co-authored by Claude Opus 4.5
parent a206c04ba9
commit fefdfdd80a
+2 -2
View File
@@ -5,13 +5,13 @@ Bash script that enables [TCP BBR](https://github.com/google/bbr) congestion con
## Quick start ## Quick start
```bash ```bash
curl -fsSL https://raw.githubusercontent.com/user/bbr-setup/main/setup.sh | sudo bash curl -fsSL https://raw.githubusercontent.com/halofourteen/bbr-setup/main/setup.sh | sudo bash
``` ```
Or clone and run locally: Or clone and run locally:
```bash ```bash
git clone https://github.com/user/bbr-setup.git git clone https://github.com/halofourteen/bbr-setup.git
cd bbr-setup cd bbr-setup
sudo bash setup.sh sudo bash setup.sh
``` ```