Skip to content

Commit d930d5c

Browse files
committed
Update README for npm changes
Signed-off-by: paulober <[email protected]>
1 parent 9275a6b commit d930d5c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -111,9 +111,9 @@ If you encounter issues retrieving available Pico SDK versions, it may be due to
111111
For advanced users who want to build the extension `.vsix` file, follow these steps:
112112

113113
1. Install nodejs ([Instructions Windows](https://learn.microsoft.com/en-us/windows/dev-environment/javascript/nodejs-on-windows))
114-
2. Install Yarn globally: `npm install -g yarn`
114+
2. Update npm: `npm install -g npm`
115115
3. Install VSCE globally: `npm install -g @vscode/vsce`
116-
4. Run `yarn` in the project directory to install dependencies.
117-
5. Build the extension with: `vsce package`.
116+
4. Run `npm ci` in the project directory to install dependencies.
117+
5. Build the extension with: `vsce package`
118118

119119
This will generate a `.vsix` file, which you can install in VS Code using `code --install-extension path-to.vsix` or via the GUI: `Extensions > three dots > Install from VSIX`.

0 commit comments

Comments
 (0)