Skip to content

Commit 6c625b3

Browse files
authored
fix: typo on curl install comment
fix from url to curl
1 parent 71b7d06 commit 6c625b3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/installation.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,10 +74,10 @@ easily generating this script.
7474

7575
```bash
7676
# For Default Installion to ./bin with debug logging
77-
url -sL https://taskfile.dev/install.sh | sh -s -- -d
77+
curl -sL https://taskfile.dev/install.sh | sh -s -- -d
7878

7979
# 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
80+
curl -sL https://taskfile.dev/install.sh | sudo sh -s -- -d -b /usr/local/bin
8181
```
8282

8383
> This method will download the binary on the local `./bin` directory by default.

0 commit comments

Comments
 (0)