summaryrefslogtreecommitdiffstats
path: root/website/docs/documentation/installation.md
diff options
context:
space:
mode:
authorCanop <cano.petrole@gmail.com>2020-01-15 21:43:00 +0100
committerCanop <cano.petrole@gmail.com>2020-01-15 21:43:00 +0100
commit9b8781bf17ebcfb044ac54792f57d6c7d140b7d8 (patch)
treea6517a2b546d6f93ef67718834aa0fb216a12ee7 /website/docs/documentation/installation.md
parent7a94d47a175294845affb229d8b3878c309b2408 (diff)
precise in documentation that broot must be in path
Fix #108
Diffstat (limited to 'website/docs/documentation/installation.md')
-rw-r--r--website/docs/documentation/installation.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/website/docs/documentation/installation.md b/website/docs/documentation/installation.md
index 03e5c90..1c99e4d 100644
--- a/website/docs/documentation/installation.md
+++ b/website/docs/documentation/installation.md
@@ -21,6 +21,8 @@ Shell completion | [completion/](https://dystroy.org/broot/download/completion/)
You may download previous releases on [GitHub releases](https://github.com/Canop/broot/releases).
+When you download executable files, you'll have to ensure the shell can find them. An easy solution on linux is for example to put them in `/usr/local/bin`.
+
# From crates.io
You'll need to have the [Rust development environment](https://www.rust-lang.org/tools/install) installed.