Merge pull request #536 from amake/patch-1

Mention install with MacPorts in readme
This commit is contained in:
Al B
2025-02-08 12:23:50 -05:00
committed by GitHub

View File

@@ -106,7 +106,15 @@ sudo apt-get install -y curl build-essential autoconf automake libtool pkg-confi
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
```