Sfoglia il codice sorgente

Update REAME instructions

John Stearns 1 anno fa
parent
commit
1f74d6e286
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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
 4. The new VSIX file will be created in the `bin/` directory
 5. Commit the new VSIX file to git:
 5. Commit the new VSIX file to git:
    ```bash
    ```bash
-   git add --all
+   git add bin/*.vsix
    git commit -m "chore: update VSIX to version <new_version>"
    git commit -m "chore: update VSIX to version <new_version>"
    ```
    ```