Skip to content

Commit 0d0f6c9

Browse files
committed
fix: Update install script URL in README.md to use master branch
1 parent aa904cb commit 0d0f6c9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Pre-built binaries are available at [https://github.com/y9c/hey/releases/tag/lat
77
To install or upgrade `hey`, use the provided `install.sh` script:
88

99
```bash
10-
curl -sfL https://raw.githubusercontent.com/y9c/hey/main/install.sh | sh
10+
curl -sfL https://raw.githubusercontent.com/y9c/hey/master/install.sh | sh
1111
```
1212

1313
This script will automatically detect your system, download the appropriate binary, and install it to a suitable location in your PATH.

0 commit comments

Comments
 (0)