We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bad683d commit 8943fa0Copy full SHA for 8943fa0
1 file changed
README.md
@@ -78,11 +78,11 @@ To use the LSP you will always have to install the binary.
78
So do that first:
79
80
```
81
-cargo install --git https://github.com/ajuvercr/semantic-web-lsp swls
+cargo install --git https://github.com/SemanticWebLanguageServer/swls.git swls
82
83
Or locally
84
85
-git clone https://github.com/ajuvercr/semantic-web-lsp.git
+git clone https://github.com/SemanticWebLanguageServer/swls.git
86
cargo install --path swls
87
88
0 commit comments