Skip to content

Commit

Permalink
Merge pull request #1050 from ewrenge/patch-1
Browse files Browse the repository at this point in the history
Fix `just` command's unavailable option
  • Loading branch information
ariasuni authored Apr 2, 2022
2 parents fc6a6d0 + 98a4431 commit 02f44c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`.
Expand Down

0 comments on commit 02f44c6

Please sign in to comment.