Merge pull request #524 from a-kenji/update-docs

chore(docs): Fix references
This commit is contained in:
a-kenji 2021-05-19 11:03:55 +02:00 committed by GitHub
commit 810a01c389
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -18,9 +18,6 @@ To build Zellij, we're using cargo-make you can install it by running `cargo
install --force cargo-make`. To edit a manpage mandown crate (`cargo install install --force cargo-make`. To edit a manpage mandown crate (`cargo install
mandown`) is used and the work is done on a markdown file in docs/MANPAGE.md. mandown`) is used and the work is done on a markdown file in docs/MANPAGE.md.
Zellij has a hard dependency on a package from `x11` most likely called
`libX11`, or similarly on your system.
Here are some of the commands currently supported by the build system: Here are some of the commands currently supported by the build system:
```sh ```sh
@ -44,8 +41,8 @@ cargo make publish
cargo make manpage cargo make manpage
``` ```
To run `install` or `publish`, you'll need `binaryen --version` > 97, for it's To run `install` or `publish`, you'll need the package `binaryen` in the
command `wasm-opt`. version `wasm-opt --version` > 97, for it's command `wasm-opt`.
## Looking for something to work on? ## Looking for something to work on?