Update REAME instructions

This commit is contained in:
John Stearns
2024-11-05 13:21:15 -08:00
parent 3093be803f
commit 1f74d6e286

View File

@@ -15,7 +15,7 @@
4. The new VSIX file will be created in the `bin/` directory
5. Commit the new VSIX file to git:
```bash
git add --all
git add bin/*.vsix
git commit -m "chore: update VSIX to version <new_version>"
```