Skip to content

Commit 3a6f37e

Browse files
docs: add Coder Desktop description and documentation link
Add a descriptive blurb explaining what Coder Desktop does and link to the official documentation at coder.com. This helps users understand the purpose and capabilities of Coder Desktop before diving into the technical details. Co-authored-by: deansheather <11241812+deansheather@users.noreply.github.com>
1 parent 059179c commit 3a6f37e

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Coder Desktop for Windows
22

3+
Coder Desktop allows you to work on your Coder workspaces as though they're on your local network, with no port-forwarding required. It provides seamless access to your remote development environments through features like Coder Connect (VPN-like connectivity) and file synchronization between local and remote directories.
4+
5+
Learn more about Coder Desktop in the [official documentation](https://coder.com/docs/user-guides/desktop).
6+
37
This repo contains the C# source code for Coder Desktop for Windows. You can
48
download the latest version from the GitHub releases.
59

@@ -26,4 +30,4 @@ files can be found in the same directory as the files.
2630

2731
The binary distributions of Coder Desktop for Windows have some additional
2832
license disclaimers that can be found in
29-
[scripts/files/License.txt](scripts/files/License.txt) or during installation.
33+
[scripts/files/License.txt](scripts/files/License.txt) or during installation.

0 commit comments

Comments
 (0)