mirror of
https://github.com/go-task/task.git
synced 2025-04-21 12:17:07 +02:00
Merge pull request #406 from ezhukov/patch-2
Update curl arguments in installation.md
This commit is contained in:
commit
be209cb7b6
@ -74,11 +74,11 @@ easily generating this script.
|
||||
|
||||
```bash
|
||||
# For Default Installion to ./bin with debug logging
|
||||
sh -c "$(curl -ssL https://taskfile.dev/install.sh)" -- -d
|
||||
sh -c "$(curl --location https://taskfile.dev/install.sh)" -- -d
|
||||
|
||||
# For Installation To /usr/local/bin for userwide access with debug logging
|
||||
# May require sudo sh
|
||||
sh -c "$(curl -ssL https://taskfile.dev/install.sh)" -- -d -b /usr/local/bin
|
||||
sh -c "$(curl --location https://taskfile.dev/install.sh)" -- -d -b /usr/local/bin
|
||||
|
||||
```
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user