diff --git a/README.md b/README.md index 570ee0e1..4630a1bd 100644 --- a/README.md +++ b/README.md @@ -106,7 +106,15 @@ sudo apt-get install curl autoconf automake libtool pkg-config 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 ```