Update README.md

This commit is contained in:
Dongdong Zhou 2022-03-25 09:02:36 +00:00 committed by GitHub
parent ba91ab7d43
commit 6359b06f7d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 0 deletions

View File

@ -36,6 +36,11 @@ Lapce is written in pure Rust, with UI in [Druid](https://github.com/linebender/
* Plugin can be written in programming languages that can compile to [WASI](https://wasi.dev/) (C, Rust, [AssemblyScript](https://www.assemblyscript.org/)) * Plugin can be written in programming languages that can compile to [WASI](https://wasi.dev/) (C, Rust, [AssemblyScript](https://www.assemblyscript.org/))
* Built in terminal * Built in terminal
## Contributing
A guideline about contributing to Lapce can be found in
[`CONTRIBUTING.md`](CONTRIBUTING.md).
## Build from source ## Build from source
### Install the Rust compiler with `rustup` ### Install the Rust compiler with `rustup`