From 35e5afd597f6b924954bd583e738dfaa275f43e4 Mon Sep 17 00:00:00 2001 From: lv <132778382+lv37@users.noreply.github.com> Date: Wed, 24 Jul 2024 19:11:22 +0100 Subject: [PATCH] Add installation instructions --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 36d7539..98538b6 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,12 @@ This extension adds support for the [V programming language](https://vlang.org/) to the [Zed editor](https://zed.dev). +## Installation + +1. Open Zed +2. Press `ctrl`+`shift`+`x` or `cmd`+`shift`+`x` to open the extension menu +3. Search for `v` and click on install + ## Language Server Support This extension automatically tries to download [`v-analyzer`](https://github.com/vlang/v-analyzer). If the download keeps failing, you must manually install [`v-analyzer`](https://github.com/vlang/v-analyzer).