We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd2fd9a commit 0139c32Copy full SHA for 0139c32
docs/install.md
@@ -12,7 +12,7 @@ title: install
12
Download and install Unload binary from [`github releases`](https://github.com/unloadphp/unload/releases):
13
14
```bash
15
-curl https://github.com/unloadphp/unload/releases/download/0.1.0/unload -o unload
+curl -L https://github.com/unloadphp/unload/releases/download/0.1.0/unload -o unload
16
chmod +x unload
17
sudo mv unload /usr/local/bin/unload
18
```
0 commit comments