diff --git a/doc/.wordlist.txt b/doc/.wordlist.txt index 142d8600390..7cb52294613 100644 --- a/doc/.wordlist.txt +++ b/doc/.wordlist.txt @@ -305,6 +305,7 @@ vSwitch VXLAN WebSocket WebSockets +Winget XFS XHR YAML diff --git a/doc/installing.md b/doc/installing.md index e9cf098faa0..4b6603d17cf 100644 --- a/doc/installing.md +++ b/doc/installing.md @@ -169,13 +169,23 @@ To install the feature branch of Incus, run: ```{group-tab} Windows -The Incus client on Windows is provided as a [Chocolatey](https://community.chocolatey.org/packages/incus) package. -To install it: +The Incus client on Windows is provided as a [Chocolatey](https://community.chocolatey.org/packages/incus) and [Winget](https://github.com/microsoft/winget-cli) package. +To install it using Chocolatey or Winget, follow the instructions below: + +**Chocolatey** 1. Install Chocolatey by following the [installation instructions](https://docs.chocolatey.org/en-us/choco/setup). 1. Install the Incus client: choco install incus + +**Winget** + +1. Install Winget by following the [installation instructions](https://learn.microsoft.com/en-us/windows/package-manager/winget/#install-winget) +1. Install the Incus client: + + winget install LinuxContainers.Incus + ``` ````