From 3a6f37e44f8226d2ae3e01ea3afc210de0b3f6bc Mon Sep 17 00:00:00 2001 From: "blink-so[bot]" <211532188+blink-so[bot]@users.noreply.github.com> Date: Wed, 18 Jun 2025 08:20:05 +0000 Subject: [PATCH 1/3] 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> --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 74c7101..79f8f3e 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,9 @@ # Coder Desktop for Windows +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. + +Learn more about Coder Desktop in the [official documentation](https://coder.com/docs/user-guides/desktop). + This repo contains the C# source code for Coder Desktop for Windows. You can download the latest version from the GitHub releases. @@ -26,4 +30,4 @@ files can be found in the same directory as the files. The binary distributions of Coder Desktop for Windows have some additional license disclaimers that can be found in -[scripts/files/License.txt](scripts/files/License.txt) or during installation. +[scripts/files/License.txt](scripts/files/License.txt) or during installation. \ No newline at end of file From 52b12a76dcc154e7dae5bec94af831f2ff85e7f3 Mon Sep 17 00:00:00 2001 From: "blink-so[bot]" <211532188+blink-so[bot]@users.noreply.github.com> Date: Wed, 18 Jun 2025 08:22:40 +0000 Subject: [PATCH 2/3] docs: wrap Coder Desktop description to 80 characters Co-authored-by: deansheather <11241812+deansheather@users.noreply.github.com> --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 79f8f3e..410e5d6 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,10 @@ # Coder Desktop for Windows -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. +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. Learn more about Coder Desktop in the [official documentation](https://coder.com/docs/user-guides/desktop). From 6ee1116c76b178506605c8bc603cbf2e026ac10a Mon Sep 17 00:00:00 2001 From: "blink-so[bot]" <211532188+blink-so[bot]@users.noreply.github.com> Date: Wed, 18 Jun 2025 08:24:13 +0000 Subject: [PATCH 3/3] docs: wrap documentation link line to 80 characters Co-authored-by: deansheather <11241812+deansheather@users.noreply.github.com> --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 410e5d6..963be46 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,8 @@ access to your remote development environments through features like Coder Connect (VPN-like connectivity) and file synchronization between local and remote directories. -Learn more about Coder Desktop in the [official documentation](https://coder.com/docs/user-guides/desktop). +Learn more about Coder Desktop in the +[official documentation](https://coder.com/docs/user-guides/desktop). This repo contains the C# source code for Coder Desktop for Windows. You can download the latest version from the GitHub releases.