Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions docs/user-guides/desktop/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`.
Expand Down
Loading