Skip to content

edit install plugin url #81

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 our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Apr 11, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ To install this plugin using JetBrains Toolbox, follow the steps below.

### Install Coder plugin via URI

You can quickly install the plugin using this JetBrains hyperlink.
You can quickly install the plugin using this JetBrains hyperlink:

👉 [Install plugin](jetbrains://gateway/com.coder.toolbox)
👉 <jetbrains://gateway/com.coder.toolbox>

This will open JetBrains Toolbox and prompt you to install the Coder Toolbox plugin automatically.

Expand Down Expand Up @@ -106,4 +106,4 @@ experience, it’s recommended to ensure the workspace is running prior to initi
1. Check that the changelog lists all the important changes.
2. Update the gradle.properties version.
3. Publish the resulting draft release after validating it.
4. Merge the resulting changelog PR.
4. Merge the resulting changelog PR.
Loading