summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--CONTRIBUTING.md4
-rw-r--r--README.md1
2 files changed, 2 insertions, 3 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index f833285a9..6e3833f9b 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -25,9 +25,9 @@ cargo make
cargo make format
cargo make build
cargo make test
-# Run Zellij (optionally with a non-default layout)
+# Run Zellij (optionally with additional arguments)
cargo make run
-cargo make run strider
+cargo make run -- -l strider
# Run Clippy (potentially with additional options)
cargo make clippy
cargo make clippy -W clippy::pedantic
diff --git a/README.md b/README.md
index 8b05e1f58..af7e1bc4b 100644
--- a/README.md
+++ b/README.md
@@ -31,7 +31,6 @@ Zellij was initially called "Mosaic".
## How to use it?
* Clone the project
* Install cargo-make with `cargo install --force cargo-make`
-* Make sure that the `~/.cargo/bin` directory is on your PATH
* In the project folder, run: `cargo make run`
(note that right now Zellij only supports linux and mac)