From 25455bdff75b0e457976fd4ee3b42dd25568f465 Mon Sep 17 00:00:00 2001 From: Atif Ali Date: Wed, 11 Jun 2025 19:29:04 +0500 Subject: [PATCH 1/2] docs: add `winget` installation step to Coder Desktop Windows --- docs/user-guides/desktop/index.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/user-guides/desktop/index.md b/docs/user-guides/desktop/index.md index 3545056581687..48f4d90ca2643 100644 --- a/docs/user-guides/desktop/index.md +++ b/docs/user-guides/desktop/index.md @@ -40,6 +40,8 @@ You can install Coder Desktop on macOS or Windows. ### Windows +Install from `winget` by running `winget install Coder.CoderDesktop` or follwo the steps below: + 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`. From 0e26e7e969d496c6f54d922633e91b23dd6f0676 Mon Sep 17 00:00:00 2001 From: Atif Ali Date: Wed, 11 Jun 2025 21:01:18 +0500 Subject: [PATCH 2/2] Update docs/user-guides/desktop/index.md Co-authored-by: Edward Angert --- docs/user-guides/desktop/index.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/user-guides/desktop/index.md b/docs/user-guides/desktop/index.md index 48f4d90ca2643..d56303f45dca9 100644 --- a/docs/user-guides/desktop/index.md +++ b/docs/user-guides/desktop/index.md @@ -40,7 +40,9 @@ You can install Coder Desktop on macOS or Windows. ### Windows -Install from `winget` by running `winget install Coder.CoderDesktop` or follwo the steps below: +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).