You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 <[email protected]>
Copy file name to clipboardExpand all lines: README.md
+5-1Lines changed: 5 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,9 @@
1
1
# Coder Desktop for Windows
2
2
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
+
3
7
This repo contains the C# source code for Coder Desktop for Windows. You can
4
8
download the latest version from the GitHub releases.
5
9
@@ -26,4 +30,4 @@ files can be found in the same directory as the files.
26
30
27
31
The binary distributions of Coder Desktop for Windows have some additional
28
32
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