summaryrefslogtreecommitdiffstats
path: root/website
diff options
context:
space:
mode:
authorHerby Gillot <herby.gillot@gmail.com>2020-01-13 02:24:56 -0500
committerHerby Gillot <herby.gillot@gmail.com>2020-01-13 02:27:30 -0500
commitcafbbebae1ef94f63242cace515129a5bfcee329 (patch)
treefd501625e9040716b215179c44e6b92ece1cefc7 /website
parent27bd69012ad931eefb334030417b1749159e5b16 (diff)
website: add information on installing broot via MacPorts
Diffstat (limited to 'website')
-rw-r--r--website/docs/documentation/installation.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/website/docs/documentation/installation.md b/website/docs/documentation/installation.md
index 7ea286a..9b57c5b 100644
--- a/website/docs/documentation/installation.md
+++ b/website/docs/documentation/installation.md
@@ -43,6 +43,15 @@ If you're using [homebrew](https://brew.sh/), you can use the `brew install` com
*note: the brew formula is maintained by a third party*
+# MacPorts
+
+You can also install broot via [MacPorts](https://www.macports.org):
+
+ sudo port selfupdate
+ sudo port install broot
+
+*note: the MacPorts port for broot is also maintained by a third party.*
+
# Installation Completion : the `br` shell function
broot is convenient to find a directory then `cd` to it, which is done using `<alt><enter>` or `:cd`.