summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMélanie Chauvel <perso@hack-libre.org>2022-04-02 18:12:55 +0200
committerGitHub <noreply@github.com>2022-04-02 18:12:55 +0200
commit02f44c68d84624d79e7efd174d0017ae7c85b8c4 (patch)
tree4555b0af11d232bda44e71ec4a6b609788d7bcbf
parentfc6a6d0b38bcf4849e67955d4b60d5d786fceba1 (diff)
parent98a4431d6aed9a709f281d35b066b78dd286aec9 (diff)
Merge pull request #1050 from ewrenge/patch-1
Fix `just` command's unavailable option
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 3f654f7..71144fc 100644
--- a/README.md
+++ b/README.md
@@ -215,7 +215,7 @@ Once Rust is installed, you can compile exa with Cargo:
cargo test
- The [just](https://github.com/casey/just) command runner can be used to run some helpful development commands, in a manner similar to `make`.
-Run `just --tasks` to get an overview of what’s available.
+Run `just --list` to get an overview of what’s available.
- If you are compiling a copy for yourself, be sure to run `cargo build --release` or `just build-release` to benefit from release-mode optimisations.
Copy the resulting binary, which will be in the `target/release` directory, into a folder in your `$PATH`.