From 1f74d6e286c1e41f98125e91bd77d29c4c38cabe Mon Sep 17 00:00:00 2001 From: John Stearns Date: Tue, 5 Nov 2024 13:21:15 -0800 Subject: [PATCH] Update REAME instructions --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2e914a5..4849679 100644 --- a/README.md +++ b/README.md @@ -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 " ```