Skip to content

Commit 0139c32

Browse files
authored
fix: curl download command
1 parent cd2fd9a commit 0139c32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/install.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ title: install
1212
Download and install Unload binary from [`github releases`](https://github.com/unloadphp/unload/releases):
1313

1414
```bash
15-
curl https://github.com/unloadphp/unload/releases/download/0.1.0/unload -o unload
15+
curl -L https://github.com/unloadphp/unload/releases/download/0.1.0/unload -o unload
1616
chmod +x unload
1717
sudo mv unload /usr/local/bin/unload
1818
```

0 commit comments

Comments
 (0)