From dabc901447ff2c532d067bdcf46f639db3016e39 Mon Sep 17 00:00:00 2001 From: menuet Date: Wed, 21 Aug 2024 16:00:41 +0200 Subject: [PATCH] On Windows, document about winget Signed-off-by: menuet --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index abc775e24f..8ea8b9a73e 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,11 @@ Since it supports metadata for cloud-init, you can simulate a small cloud deploy Please note that you may be required to enter your password for some sudo operations during installation. You may also need to disable the firewall to launch a multipass instance successfully on macOS. -* On **Windows**, download the installer [from GitHub](https://github.com/canonical/multipass/releases). +* On **Windows**, you can download the installer [from GitHub](https://github.com/canonical/multipass/releases) or use [winget](https://learn.microsoft.com/en-us/windows/package-manager/winget/): + + ``` + winget install multipass + ``` For more information, see [How to install Multipass](https://multipass.run/docs/install-multipass).