summaryrefslogtreecommitdiffstats
path: root/website/docs/install.md
diff options
context:
space:
mode:
authorCanop <cano.petrole@gmail.com>2021-01-28 08:22:54 +0100
committerCanop <cano.petrole@gmail.com>2021-01-28 08:22:54 +0100
commit46cfd1db5339613d2edf0207c4a0fc77dff01c0c (patch)
treeb5fcfff99e23d2bd9a651a7abec7d23b8fb1f202 /website/docs/install.md
parent7f7467cc5d55cdebdcc51fbdd78a1ad227a16ddc (diff)
improve consistency and (hopefully) readability of website
Diffstat (limited to 'website/docs/install.md')
-rw-r--r--website/docs/install.md7
1 files changed, 4 insertions, 3 deletions
diff --git a/website/docs/install.md b/website/docs/install.md
index 8198ad4..5399d2e 100644
--- a/website/docs/install.md
+++ b/website/docs/install.md
@@ -6,8 +6,6 @@ The current version of broot works on linux, mac and windows (win 10+).
Some users on Windows also report problems with the colon. Remember that a space can be used instead of a colon.
You should also use the new PowerShell terminal and not the old cmd.exe which isn't supported.
-!!! Note
- If you use cargo and there's a compilation error, it usually means you have an old version of the compiler, and you should update it (for example with `rustup update`).
# From precompiled binaries
@@ -47,6 +45,9 @@ cargo install --path .
If you want a custom compilation, have a look at the [optional features documentation](https://github.com/Canop/broot/blob/master/features.md).
+!!! Note
+ If there's a compilation error, it usually means you have an old version of the compiler, and you should update it (for example with `rustup update`).
+
# Third party repositories
Those packages are maintained by third parties and may be less up to date.
@@ -54,7 +55,7 @@ Those packages are maintained by third parties and may be less up to date.
## Homebrew
brew install broot
-
+
## MacPorts
sudo port selfupdate