readme: add MacPorts installation info

https://ports.macports.org/port/kalker/
This commit is contained in:
Herby Gillot 2024-04-16 22:46:54 -04:00 committed by GitHub
parent c453567c91
commit 9dc8476a17
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -32,9 +32,12 @@ Kalker is a calculator program/website that supports user-defined variables, fun
## Package managers
### macOS
### macOS (Homebrew)
`brew install kalker`
### macOS (MacPorts)
`sudo port install kalker` ([info](https://ports.macports.org/port/kalker/))
### Arch Linux
`kalker` in the AUR, eg. `yay -S kalker`