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 71b7d06 commit 6c625b3Copy full SHA for 6c625b3
docs/installation.md
@@ -74,10 +74,10 @@ easily generating this script.
74
75
```bash
76
# For Default Installion to ./bin with debug logging
77
-url -sL https://taskfile.dev/install.sh | sh -s -- -d
+curl -sL https://taskfile.dev/install.sh | sh -s -- -d
78
79
# For Installation To /usr/local/bin with debug logging
80
-url -sL https://taskfile.dev/install.sh | sudo sh -s -- -b /usr/local/bin -d
+curl -sL https://taskfile.dev/install.sh | sudo sh -s -- -d -b /usr/local/bin
81
```
82
83
> This method will download the binary on the local `./bin` directory by default.
0 commit comments