Skip to content

Commit

Permalink
docs(install): cargo install dir inaccurate
Browse files Browse the repository at this point in the history
Fixes: #1139
Signed-off-by: Christina Sørensen <christina@cafkafk.com>
  • Loading branch information
cafkafk committed Sep 21, 2024
1 parent ad62660 commit 1a8bac8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@ If you already have a Rust environment set up, you can use the `cargo install` c

cargo install eza

Cargo will build the `eza` binary and place it in `$HOME/.local/share/cargo/bin/eza`.
Cargo will build the `eza` binary and place it in your `CARGO_INSTALL_ROOT`.
For more details on installation location see [the cargo
book](https://doc.rust-lang.org/cargo/commands/cargo-install.html#description).

### Cargo (git)

Expand Down

0 comments on commit 1a8bac8

Please sign in to comment.