From ce14f102970ab26ba257dfe10fbfa7be858fde02 Mon Sep 17 00:00:00 2001 From: Andrey Nering Date: Thu, 30 Mar 2023 21:53:06 -0300 Subject: [PATCH] Small adjustments for #1090 Wrap text in 80 chars. --- docs/docs/installation.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/docs/docs/installation.md b/docs/docs/installation.md index 746559a9..00c273d3 100644 --- a/docs/docs/installation.md +++ b/docs/docs/installation.md @@ -116,10 +116,13 @@ npm install -g @go-task/cli ### Winget -If you are using Windows and installed the [winget](https://github.com/microsoft/winget-cli) package management tool, you can install Task from [winget-pkgs](https://github.com/microsoft/winget-pkgs). +If you are using Windows and installed the +[winget](https://github.com/microsoft/winget-cli) package management tool, +you can install Task from +[winget-pkgs](https://github.com/microsoft/winget-pkgs). ```bash -winget install task.task +winget install Task.Task ``` ## Get The Binary