Mention install with MacPorts in readme

This commit is contained in:
Aaron Madlon-Kay
2021-01-27 15:37:13 +09:00
committed by GitHub
parent f3f2af211b
commit d09ffebebd

View File

@@ -106,7 +106,15 @@ sudo apt-get install curl autoconf automake libtool pkg-config
sudo yum install curl autoconf automake libtool pkgconfig sudo yum install curl autoconf automake libtool pkgconfig
``` ```
**On Mac OSX** **On macOS**
Install with one command via [MacPorts](https://www.macports.org/):
```
port install libpostal
```
Or as follows with [Homebrew](https://brew.sh/):
``` ```
brew install curl autoconf automake libtool pkg-config brew install curl autoconf automake libtool pkg-config
``` ```