- Notifications
You must be signed in to change notification settings - Fork1k
docs: add next steps to coder desktop guide#19975
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Changes fromall commits
File filter
Filter by extension
Conversations
Uh oh!
There was an error while loading.Please reload this page.
Jump to
Uh oh!
There was an error while loading.Please reload this page.
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -286,7 +286,7 @@ | ||
"icon_path":"./images/icons/computer-code.svg", | ||
"children": [ | ||
{ | ||
"title":"Coder DesktopConnect andSync", | ||
MemberAuthor
| ||
"description":"Use Coder Desktop to manage your workspace code and files locally", | ||
"path":"./user-guides/desktop/desktop-connect-sync.md" | ||
} | ||
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -44,8 +44,8 @@ brew install --cask coder/coder/coder-desktop | ||
#### Manual Installation | ||
1. Download the latest release from [coder-desktop-macos releases](https://github.com/coder/coder-desktop-macos/releases) | ||
Comment on lines -47 to -48 There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others.Learn more. We had to stop shipping the | ||
1.Run `Coder-Desktop.pkg` and follow the prompts to install | ||
1.`Coder Desktop.app` will be installed to yourApplicationsfolder | ||
</div> | ||
@@ -129,12 +129,6 @@ Open `http://your-workspace.coder:PORT` in your browser, replacing `PORT` with t | ||
- Check system permissions for network extensions | ||
- Ensure only one copy of Coder Desktop is installed | ||
Comment on lines -132 to -137 MemberAuthor
| ||
### Getting Help | ||
If you encounter issues not covered here: | ||
@@ -162,3 +156,7 @@ If you encounter issues not covered here: | ||
4. **Remove configuration** (optional): Delete `%APPDATA%\Coder Desktop` | ||
</div> | ||
## Next Steps | ||
- [Using Coder Connect and File Sync](./desktop-connect-sync.md) |
Uh oh!
There was an error while loading.Please reload this page.