1
0
mirror of https://github.com/go-task/task.git synced 2025-08-10 22:42:19 +02:00

Merge pull request #460 from patrick-mota/patch-1

Fix typo default installation
This commit is contained in:
Andrey Nering
2021-03-28 11:10:38 -03:00
committed by GitHub

View File

@@ -73,7 +73,7 @@ scenarios like CIs. Many thanks to [GoDownloader][godownloader] for allowing
easily generating this script. easily generating this script.
```bash ```bash
# For Default Installion to ./bin with debug logging # For Default Installation to ./bin with debug logging
sh -c "$(curl --location 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 # For Installation To /usr/local/bin for userwide access with debug logging