From c0ee174bcffd1487973e5c1f5ccf592f8794148b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20Blanqui?= Date: Thu, 18 Apr 2024 16:27:49 +0200 Subject: [PATCH] update editors/vscode/INSTALL.md --- editors/vscode/INSTALL.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/editors/vscode/INSTALL.md b/editors/vscode/INSTALL.md index 159e6d5db..70f1dc83d 100644 --- a/editors/vscode/INSTALL.md +++ b/editors/vscode/INSTALL.md @@ -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 ``` @@ -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: