summaryrefslogtreecommitdiffstats
path: root/website
diff options
context:
space:
mode:
authorCanop <cano.petrole@gmail.com>2020-01-15 21:45:46 +0100
committerCanop <cano.petrole@gmail.com>2020-01-15 21:45:46 +0100
commit3f1378f73bb72d71851591a045a0eaf4d585b3cf (patch)
tree623480387e2183e1d92100b881ca598380fe99c1 /website
parent9b8781bf17ebcfb044ac54792f57d6c7d140b7d8 (diff)
precise in documentation that you may have to chmod+x broot
Fix #135
Diffstat (limited to 'website')
-rw-r--r--website/docs/documentation/installation.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/website/docs/documentation/installation.md b/website/docs/documentation/installation.md
index 1c99e4d..0994731 100644
--- a/website/docs/documentation/installation.md
+++ b/website/docs/documentation/installation.md
@@ -21,7 +21,7 @@ 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`.
+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`. You may also have to set them executable using `chmod +x broot`.
# From crates.io