From 0b8ed9c2bd77f67dec9685288daf9af94609e205 Mon Sep 17 00:00:00 2001 From: Atif Ali Date: Wed, 2 Jul 2025 16:22:58 +0500 Subject: [PATCH] docs: move the duplicate Coder Desktop install warning to Troubleshooting (#18691) Co-authored-by: Edward Angert --- docs/user-guides/desktop/index.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/user-guides/desktop/index.md b/docs/user-guides/desktop/index.md index 6b50123f17..d47c2d2a60 100644 --- a/docs/user-guides/desktop/index.md +++ b/docs/user-guides/desktop/index.md @@ -34,10 +34,6 @@ You can install Coder Desktop on macOS or Windows. 1. Continue to the [configuration section](#configure). -> Do not install more than one copy of Coder Desktop. -> -> To avoid system VPN configuration conflicts, only one copy of `Coder Desktop.app` should exist on your Mac, and it must remain in `/Applications`. - ### Windows If you use [WinGet](https://github.com/microsoft/winget-cli), run `winget install Coder.CoderDesktop`. @@ -123,6 +119,10 @@ Before you can use Coder Desktop, you will need to sign in. 1. Coder Connect is now running! +## Troubleshooting + +Do not install more than one copy of Coder Desktop. To avoid system VPN configuration conflicts, only one copy of `Coder Desktop.app` should exist on your Mac, and it must remain in `/Applications`. + ## Next Steps - [Connect to and work on your workspace](./desktop-connect-sync.md)