Skip to content

Commit

Permalink
Updates Windows install with Winget instructions
Browse files Browse the repository at this point in the history
Incus has now a [winget package](microsoft/winget-pkgs#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.
  • Loading branch information
nunix committed Jan 19, 2024
1 parent 0527142 commit e600471
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions doc/installing.md
Original file line number Diff line number Diff line change
Expand Up @@ -169,14 +169,20 @@ 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
````

Expand Down

0 comments on commit e600471

Please sign in to comment.