We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 578c77e commit 9902a25Copy full SHA for 9902a25
1 file changed
README.md
@@ -34,10 +34,12 @@ For the LSP functionality `src/lsp` it spins up a new Rust Analyzer that indexes
34
For documentation, it will run `cargo docs` and then parse the html documentation into markdown locally.
35
This information is stored in the project root in the `.docs-cache` folder.
36
37
-
38
39
## Running it
40
+```sh
+git clone ...
41
+```
42
+
43
### With UI
44
45
``` sh
0 commit comments