Add short doc on build for devs. (#109)
This commit is contained in:
Родитель
7d7081a4e7
Коммит
1700a6e985
15
README.md
15
README.md
|
@ -16,3 +16,18 @@ It supports several languages:
|
|||
* Python
|
||||
* Rust
|
||||
* Typescript
|
||||
|
||||
## How to build it
|
||||
|
||||
```console
|
||||
# Fetch the tree-sitter dependencies
|
||||
git submodule init
|
||||
git submodule update --recursive
|
||||
|
||||
# Now build with cargo
|
||||
cargo build
|
||||
|
||||
# It should be available through cargo now
|
||||
cargo run -- -h
|
||||
cargo run -- --serve --port 8000
|
||||
```
|
||||
|
|
Загрузка…
Ссылка в новой задаче