From 2f1d2ead71da9b307e7ebede73450bb2356831c2 Mon Sep 17 00:00:00 2001 From: Robin van der Linde Date: Thu, 2 Jan 2025 16:31:51 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20Add=20installation=20instruction?= =?UTF-8?q?s?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/README.md b/README.md index 12f770d..3c53a9f 100644 --- a/README.md +++ b/README.md @@ -16,3 +16,25 @@ Not everything is supported yet, but currently the following features are suppor ![Demo showing autcomplete for layers and icon definition](images/demo.gif) All notable changes to this project are documented in the [CHANGELOG](CHANGELOG.md) file. + +## Installation + +The extension can be installed in several ways: + +### From the Visual Studio Code marketplace + +You can install this extension from the [Visual Studio Code marketplace](https://marketplace.visualstudio.com/items?itemName=robin-van-der-linde.mapcompletevscode). Just search for "MapComplete" and you should find it. + +Alternatively you van press `Ctrl+P` and paste the following command: + +```cmd +ext install robin-van-der-linde.mapcompletevscode +``` + +## From Open VSX + +You can also install the extension from the [Open VSX registry](https://open-vsx.org/extension/robin-van-der-linde/mapcompletevscode). Just search for "MapComplete" and you should find it. + +### From the .vsix file + +You can also install the extension from the .vsix file. You can download the latest version from the [releases page](https://github.com/RobinLinde/MapCompleteVScode/releases). After downloading the .vsix file, you should be able to install it by going to extensions in Visual Studio Code and clicking on the three dots in the top right corner. Then click on "Install from VSIX..." and select the downloaded .vsix file.