summaryrefslogtreecommitdiffstats
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authora-kenji <aks.kenji@protonmail.com>2022-07-29 18:59:50 +0200
committerGitHub <noreply@github.com>2022-07-29 18:59:50 +0200
commitf3d8b316351a6b016e66afb2f4f2c36b559a1e7f (patch)
treec91cb3a926651bdd6e5da80e03edc366717952a6 /CONTRIBUTING.md
parent98c5c447bb60aefd1c4fdc143fa21937d0ff41b8 (diff)
fix(readme): cargo install instructions (#1616)
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index efdbb424e..47437f160 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -12,9 +12,9 @@ all contributors are expected to adhere to.
## Building
To build Zellij, we're using cargo-make – you can install it by running `cargo
-install --force cargo-make`.
+install --locked --force cargo-make`.
-To edit our manpage, the mandown crate (`cargo install
+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.
Here are some of the commands currently supported by the build system: