From 6359b06f7de656a631e644f095054eaf72a00900 Mon Sep 17 00:00:00 2001 From: Dongdong Zhou Date: Fri, 25 Mar 2022 09:02:36 +0000 Subject: [PATCH] Update README.md --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 679b271e..9b4b42a9 100644 --- a/README.md +++ b/README.md @@ -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/)) * Built in terminal +## Contributing + +A guideline about contributing to Lapce can be found in +[`CONTRIBUTING.md`](CONTRIBUTING.md). + ## Build from source ### Install the Rust compiler with `rustup`