From d09ffebebd960d40e94a2894454481510953a741 Mon Sep 17 00:00:00 2001 From: Aaron Madlon-Kay Date: Wed, 27 Jan 2021 15:37:13 +0900 Subject: [PATCH] Mention install with MacPorts in readme --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 570ee0e10..4630a1bde 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 ```