From 40a8bc2eb4ae0649542a2578e055810885a1445d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C3=ABl=20Dierick?= Date: Tue, 23 Sep 2025 21:12:26 +0200 Subject: [PATCH] update github install paths --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 437306ee73..08273fa847 100644 --- a/README.md +++ b/README.md @@ -78,11 +78,11 @@ To use the LSP you will always have to install the binary. So do that first: ``` -cargo install --git https://github.com/ajuvercr/semantic-web-lsp swls +cargo install --git https://github.com/SemanticWebLanguageServer/swls.git swls ``` Or locally ``` -git clone https://github.com/ajuvercr/semantic-web-lsp.git +git clone https://github.com/SemanticWebLanguageServer/swls.git cargo install --path swls ```