From 1a8bac8b3716785005f57915c73b21d6a8adad23 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christina=20S=C3=B8rensen?= Date: Sat, 21 Sep 2024 18:03:18 +0200 Subject: [PATCH] docs(install): cargo install dir inaccurate MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fixes: #1139 Signed-off-by: Christina Sørensen --- INSTALL.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/INSTALL.md b/INSTALL.md index 004bed680..aef82ea7b 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -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)