1
0
Fork 0

Add some documentation about OSX

This commit is contained in:
jvoisin 2023-04-11 21:35:25 +02:00
parent b9677d8655
commit 71ecac85b0
1 changed files with 19 additions and 0 deletions

View File

@ -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
```