Skip to content

Commit

Permalink
update editors/vscode/INSTALL.md
Browse files Browse the repository at this point in the history
  • Loading branch information
fblanqui committed Apr 18, 2024
1 parent bd9a2d8 commit c0ee174
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions editors/vscode/INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Installation from the sources
- extract node:

```bash
sudo apt-get install xz-utils # if you do not have xz already installed
sudo apt-get install jq xz-utils
tar xfa $node_file.tar.xz # creates $node_dir
```

Expand Down Expand Up @@ -35,7 +35,7 @@ If you intend to do this often, it is recomanded to add the two `export` command

```bash
npm install -g @types/vscode
npm install -g vsce # for creating VSCE packages only
npm install -g @vscode/vsce # to create VSCE packages
```

- compilation:
Expand Down

0 comments on commit c0ee174

Please sign in to comment.