From 9ac5efb2d7e5dee6e4ac825e63c5e6ff05050eb3 Mon Sep 17 00:00:00 2001
From: Michael Leuschel <leuschel@uni-duesseldorf.de>
Date: Tue, 5 Mar 2024 14:18:12 +0100
Subject: [PATCH] add installation instructions for VSCodium

Signed-off-by: Michael Leuschel <leuschel@uni-duesseldorf.de>
---
 README.md | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/README.md b/README.md
index d97c826..586fd17 100644
--- a/README.md
+++ b/README.md
@@ -31,6 +31,10 @@ This extension contributes the following settings:
 ## Server
 The language server can be found here https://github.com/hhu-stups/b-language-extension. 
 
+## Installation on VSCodium
+
+You can also install the plugin in [VSCodium](https://vscodium.com) by downloading the artefact (b-language-extension-2.1.1.vsix) and typing
+ codium --install-extension b-language-extension-2.1.1.vsix 
 
 ## Future plans
 - Quickfix support aka Code Completion
-- 
GitLab