From 71ecac85b01fe16d528a9311bb346613069cbaa2 Mon Sep 17 00:00:00 2001 From: jvoisin Date: Tue, 11 Apr 2023 21:35:25 +0200 Subject: [PATCH] Add some documentation about OSX --- INSTALL.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) 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 ## Gentoo mat2 is available in the [torbrowser overlay](https://github.com/MeisterP/torbrowser-overlay). + + +# OSX + +## Homebrew + +mat2 is [available on homebrew](https://formulae.brew.sh/formula/mat2): + +``` +brew install mat2 +``` + +## MacPorts + +mat2 is [available on MacPorts](https://ports.macports.org/port/mat2/): + +``` +port install mat2 +```