From 776776e7c21e7c0430af2680b05e160112e19e12 Mon Sep 17 00:00:00 2001 From: Nico Bos Date: Wed, 5 Apr 2023 09:05:01 +0200 Subject: [PATCH 1/2] Added Windows install instruction using Winget --- book/src/install.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/book/src/install.md b/book/src/install.md index a0e24de72371..390ca1ddb219 100644 --- a/book/src/install.md +++ b/book/src/install.md @@ -12,6 +12,7 @@ - [macOS](#macos) - [Homebrew Core](#homebrew-core) - [Windows](#windows) + - [Winget](#winget) - [Scoop](#scoop) - [Chocolatey](#chocolatey) - [MSYS2](#msys2) @@ -109,9 +110,17 @@ brew install helix ## Windows -Install on Windows using [Scoop](https://scoop.sh/), [Chocolatey](https://chocolatey.org/) +Install on Windows using Winget, [Scoop](https://scoop.sh/), [Chocolatey](https://chocolatey.org/) or [MSYS2](https://msys2.org/). +### Winget +Windows Package Manager winget command-line tool is by default available on Windows 11 and modern versions of Windows 10 as a part of the App Installer. +You can get [App Installer from the Microsoft Store](https://www.microsoft.com/p/app-installer/9nblggh4nns1#activetab=pivot:overviewtab). If it's already installed, make sure it is updated with the latest version. + +```sh +winget install Helix.Helix +``` + ### Scoop ```sh From 541963c6080c1a335eb80e2dd6fe02658cb073e8 Mon Sep 17 00:00:00 2001 From: Nico Bos Date: Wed, 5 Apr 2023 21:06:21 +0200 Subject: [PATCH 2/2] Update book/src/install.md Co-authored-by: Michael Davis --- book/src/install.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/book/src/install.md b/book/src/install.md index 390ca1ddb219..5f1651ae9945 100644 --- a/book/src/install.md +++ b/book/src/install.md @@ -110,7 +110,7 @@ brew install helix ## Windows -Install on Windows using Winget, [Scoop](https://scoop.sh/), [Chocolatey](https://chocolatey.org/) +Install on Windows using [Winget](https://learn.microsoft.com/en-us/windows/package-manager/winget/), [Scoop](https://scoop.sh/), [Chocolatey](https://chocolatey.org/) or [MSYS2](https://msys2.org/). ### Winget