We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d7081a commit 1700a6eCopy full SHA for 1700a6e
1 file changed
README.md
@@ -16,3 +16,18 @@ It supports several languages:
16
* Python
17
* Rust
18
* Typescript
19
+
20
+## How to build it
21
22
+```console
23
+# Fetch the tree-sitter dependencies
24
+git submodule init
25
+git submodule update --recursive
26
27
+# Now build with cargo
28
+cargo build
29
30
+# It should be available through cargo now
31
+cargo run -- -h
32
+cargo run -- --serve --port 8000
33
+```
0 commit comments