From 27dc0ce63762102d185747f69d112c9dc59e64be Mon Sep 17 00:00:00 2001 From: Gregor Wolf Date: Wed, 8 Nov 2023 10:54:36 +0100 Subject: [PATCH] update installation steps for the extension --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 252daf0..e5a0d91 100644 --- a/README.md +++ b/README.md @@ -27,8 +27,10 @@ Make sure the following tools are installed in your environment: ### Download and Installation -Import the extension into your Visual Studio Code. -Run `npm install` to install all the needed dependencies. +To import the extension into Visual Studio Code follow these steps: + +- Download the vsix file of the [latest release](https://github.com/SAP/vscode-mta-tools/releases) +- Run `code --install-extension ` ### Contributing