From 23e8e2f57db1a4379a16abf15cef1533b18bdde7 Mon Sep 17 00:00:00 2001 From: Nuno do Carmo Date: Fri, 19 Jan 2024 17:39:27 +0100 Subject: [PATCH 1/2] doc: Updates Windows install with Winget instructions Incus has now a [winget package](https://github.com/microsoft/winget-pkgs/pull/131752) available and the Windows installation docs have been updated with the instructions to install Incus with winget. PS: I tried to used nested tabs, but the result was not good, so that's why the instructions are stacked. PS2: While running the `make doc` from Ubuntu on WSL (what else?), I came across a package missing: `python3.10-venv`. Nothing critical, more a FYI. Signed-off-by: Nuno do Carmo --- doc/installing.md | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) 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 + ``` ```` From 7e84e9a90983988c1c2d02784af2a194d4838aae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Graber?= Date: Sat, 20 Jan 2024 19:16:25 -0500 Subject: [PATCH 2/2] doc: Add Winget to wordlist MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Stéphane Graber --- doc/.wordlist.txt | 1 + 1 file changed, 1 insertion(+) 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