summaryrefslogtreecommitdiff
path: root/INSTALL.md
diff options
context:
space:
mode:
authorjvoisin2023-04-11 21:35:25 +0200
committerjvoisin2023-04-11 21:35:25 +0200
commit71ecac85b01fe16d528a9311bb346613069cbaa2 (patch)
tree59d6171ccfbaedaab1b28d8495307d2cd7aa6b22 /INSTALL.md
parentb9677d86557d377dc4f627ee254910c3433de1e7 (diff)
Add some documentation about OSX
Diffstat (limited to '')
-rw-r--r--INSTALL.md19
1 files changed, 19 insertions, 0 deletions
diff --git a/INSTALL.md b/INSTALL.md
index 7d24d65..2f96a4f 100644
--- a/INSTALL.md
+++ b/INSTALL.md
@@ -49,3 +49,22 @@ dnf -y install mat2
49## Gentoo 49## Gentoo
50 50
51mat2 is available in the [torbrowser overlay](https://github.com/MeisterP/torbrowser-overlay). 51mat2 is available in the [torbrowser overlay](https://github.com/MeisterP/torbrowser-overlay).
52
53
54# OSX
55
56## Homebrew
57
58mat2 is [available on homebrew](https://formulae.brew.sh/formula/mat2):
59
60```
61brew install mat2
62```
63
64## MacPorts
65
66mat2 is [available on MacPorts](https://ports.macports.org/port/mat2/):
67
68```
69port install mat2
70```