diff --git a/README.md b/README.md index 3f175c1..239373d 100644 --- a/README.md +++ b/README.md @@ -69,10 +69,12 @@ Use the provided dev container to build and publish the extension. See Generate .vsix pacakge file: ```bash -vsce package +npx vsce package ``` -Publish package: -```bash +### Publish package +```bash +npx vsce login +npx vsce publish ```