Merge pull request #149 from herbygillot/patch-1

readme: add MacPorts installation info
This commit is contained in:
PaddiM8 2024-04-17 10:26:33 +02:00 committed by GitHub
commit 504cf11106
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`