Skip to content
Open
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
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@ Ensure that VS-Code or VS-Codium is installed. Download the latest `.vsix` file

Install the VSIX file:

- **VS-Code**: Follow the instructions at [Install from a VSIX](https://code.visualstudio.com/docs/configure/extensions/extension-marketplace#_install-from-a-vsix), or run:
- **VS-Code**: Follow the instructions at [Install from a VSIX](https://code.visualstudio.com/docs/configure/extensions/extension-marketplace#_install-from-a-vsix), or run the following and replace x, y and z with the version number you downloaded:
```bash
code --install-extension specpressext-x.y.z.vsix
```
- **VS-Codium**: Run:
- **VS-Codium**: Run the following and replace x, y and z with the version number you downloaded:
```bash
codium --install-extension specpressext-x.y.z.vsix
```
Expand Down