Skip to content

Commit 56003ed

Browse files
docs: add Coder Desktop description and documentation link (#131)
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. Changes: - Added explanation of Coder Desktop's core functionality (workspace access without port-forwarding) - Highlighted key features like Coder Connect and file synchronization - Included direct link to official documentation at https://coder.com/docs/user-guides/desktop Closes #130 --------- Co-authored-by: blink-so[bot] <211532188+blink-so[bot]@users.noreply.github.com> Co-authored-by: deansheather <11241812+deansheather@users.noreply.github.com>
1 parent 059179c commit 56003ed

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

README.md

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

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

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

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

0 commit comments

Comments
 (0)