From 80fcd4db1bc216edbeb055d7f280a0348b4f6d1a Mon Sep 17 00:00:00 2001 From: Mattias Bergstrom Date: Thu, 30 Apr 2026 10:04:41 +0800 Subject: [PATCH] Adding clarification that when installing SpecPressExt, the user must add the version number of the downloaded SpecPressExt version when installing it, not just version x.y.z. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index dbbe84a..3dfc626 100644 --- a/README.md +++ b/README.md @@ -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 ```