chore(repo): update build instructions

This commit is contained in:
Aram Drevekenin 2023-08-28 17:47:49 +02:00
parent a6f66b91f1
commit 24ce348bb2

View file

@ -25,6 +25,8 @@ inside the repository, so you don't have to install additional dependencies.
To edit our manpage, the mandown crate (`cargo install --locked
mandown`) is used and the work is done on a markdown file in docs/MANPAGE.md.
To build zellij, you'll need [`protoc`](https://github.com/protocolbuffers/protobuf#protobuf-compiler-installation) installed. This is used to compile the .proto files into Rust assets. These protocol buffers are used for communication between Zellij and its plugins across the wasm boundary.
Here are some of the commands currently supported by the build system:
```sh