Skip to content

Commit b6343ac

Browse files
committed
Update README with install and publish notes
1 parent 4500f50 commit b6343ac

1 file changed

Lines changed: 11 additions & 4 deletions

File tree

README.md

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,15 @@ Ruby, ERB and Gemfile Syntax Support.
99
This Extension allows for Ruby Syntax Support without needing to install language server, debugger etc. for a way to keep things simple and distraction free.
1010

1111
## Install
12-
- Run: `code --install-extension SarahRidge.vscode-ruby-syntax`
13-
- Alternatively, extension can be installed via [marketplace](https://marketplace.visualstudio.com/items?itemName=SarahRidge.vscode-ruby-syntax)
14-
- Reload VSCode
12+
This extension is available at the following extension marketplaces:
13+
- [Visual Studio Code Marketplace](https://marketplace.visualstudio.com/items?itemName=SarahRidge.vscode-ruby-syntax)
14+
- [Open VSX Registry](https://open-vsx.org/extension/SarahRidge/vscode-ruby-syntax)
15+
16+
Run one of the following commands depending on the editor you are using:
17+
- For `vscode`: `code --install-extension SarahRidge.vscode-ruby-syntax`
18+
- For `cursor`: `cursor --install-extension SarahRidge.vscode-ruby-syntax`
19+
20+
Reload your editor
1521

1622
## Notes
1723
- The initial language grammar was copied from [`vscode-ruby`](https://github.com/rubyide/vscode-ruby) which is no longer supported
@@ -35,7 +41,8 @@ This Extension allows for Ruby Syntax Support without needing to install languag
3541
## Publish (internal)
3642
> Note: Publishing a new version of this theme is only meant for maintainers.
3743
- `yarn run vs-package`
38-
- `yarn run vs-publish`
44+
- Publish to VSCode Marketplace: `yarn run vs-publish`
45+
- Publish to Open VSX Registry: `npx ovsx publish <.vsix file> -p <OpenVSX PAT>`
3946

4047
---
4148

0 commit comments

Comments
 (0)