John Stearns пре 1 година
родитељ
комит
1f74d6e286
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      README.md

+ 1 - 1
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 <new_version>"
    ```