Fix repository URLs in README to match actual repo
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
@@ -5,13 +5,13 @@ Bash script that enables [TCP BBR](https://github.com/google/bbr) congestion con
|
||||
## Quick start
|
||||
|
||||
```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:
|
||||
|
||||
```bash
|
||||
git clone https://github.com/user/bbr-setup.git
|
||||
git clone https://github.com/halofourteen/bbr-setup.git
|
||||
cd bbr-setup
|
||||
sudo bash setup.sh
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user