From 29a8af509b30b9f07e436ff6e86e116e1639d77d Mon Sep 17 00:00:00 2001 From: Ganon Date: Fri, 26 Mar 2021 13:19:45 +0100 Subject: [PATCH] Fix typo default installation --- docs/installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/installation.md b/docs/installation.md index e4889f30..a04e9745 100644 --- a/docs/installation.md +++ b/docs/installation.md @@ -73,7 +73,7 @@ scenarios like CIs. Many thanks to [GoDownloader][godownloader] for allowing easily generating this script. ```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 # For Installation To /usr/local/bin for userwide access with debug logging