summaryrefslogtreecommitdiffstats
path: root/README.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 /README.md
parent98c5c447bb60aefd1c4fdc143fa21937d0ff41b8 (diff)
fix(readme): cargo install instructions (#1616)
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index e2c2d5a4e..19d46d2fc 100644
--- a/README.md
+++ b/README.md
@@ -42,7 +42,7 @@ Zellij was initially called "Mosaic".
You can install with `cargo`:
```
-cargo install zellij
+cargo install --locked zellij
```
Or if want to a prebuilt binary, you can download it from our [Releases](https://github.com/zellij-org/zellij/releases), or use [`cargo-binstall`](https://github.com/ryankurte/cargo-binstall).
@@ -78,7 +78,7 @@ To get started, you can:
## How do I start a development environment?
* Clone the project
-* Install cargo-make with `cargo install --force cargo-make`
+* Install cargo-make with `cargo install --locked --force cargo-make`
* In the project folder, for debug builds run: `cargo make run`
* To run all tests: `cargo make test`