From a52aa9be973f4a5c15dfe1dca9a19e958d723bf5 Mon Sep 17 00:00:00 2001 From: Brooks J Rady Date: Wed, 14 Apr 2021 19:11:24 +0100 Subject: [PATCH] docs(build): update CONTRIBUTING.md --- CONTRIBUTING.md | 4 ++-- README.md | 1 - 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index f833285a..6e3833f9 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 8b05e1f5..af7e1bc4 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)