From acf7d86edd3710d69c7262c37e6f879966c0130a Mon Sep 17 00:00:00 2001 From: Atif Ali Date: Sun, 15 Jun 2025 21:41:29 +0500 Subject: [PATCH] docs: add `winget` installation step to Coder Desktop Windows (#18325) Co-authored-by: Edward Angert --- docs/user-guides/desktop/index.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/user-guides/desktop/index.md b/docs/user-guides/desktop/index.md index 3545056581..d56303f45d 100644 --- a/docs/user-guides/desktop/index.md +++ b/docs/user-guides/desktop/index.md @@ -40,6 +40,10 @@ You can install Coder Desktop on macOS or Windows. ### Windows +If you use [WinGet](https://github.com/microsoft/winget-cli), run `winget install Coder.CoderDesktop`. + +To manually install Coder Desktop: + 1. Download the latest `CoderDesktop` installer executable (`.exe`) from the [coder-desktop-windows release page](https://github.com/coder/coder-desktop-windows/releases). Choose the architecture that fits your Windows system, `x64` or `arm64`.