mirror of
https://github.com/go-task/task.git
synced 2025-04-21 12:17:07 +02:00
fix: typo on curl install comment
fix from url to curl
This commit is contained in:
parent
71b7d062d5
commit
6c625b3359
@ -74,10 +74,10 @@ easily generating this script.
|
|||||||
|
|
||||||
```bash
|
```bash
|
||||||
# For Default Installion to ./bin with debug logging
|
# For Default Installion to ./bin with debug logging
|
||||||
url -sL https://taskfile.dev/install.sh | sh -s -- -d
|
curl -sL https://taskfile.dev/install.sh | sh -s -- -d
|
||||||
|
|
||||||
# For Installation To /usr/local/bin with debug logging
|
# For Installation To /usr/local/bin with debug logging
|
||||||
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
|
||||||
```
|
```
|
||||||
|
|
||||||
> This method will download the binary on the local `./bin` directory by default.
|
> This method will download the binary on the local `./bin` directory by default.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user