From 6347ebcf3e3ca1b6c201028da5e2ea9468eba426 Mon Sep 17 00:00:00 2001 From: David Baumgold Date: Sat, 15 Feb 2025 11:24:54 +0100 Subject: [PATCH] README: install via Homebrew in one command --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 41b4b6d4..bdf3e449 100644 --- a/README.md +++ b/README.md @@ -113,13 +113,13 @@ Install with one command via [MacPorts](https://www.macports.org/): port install libpostal ``` -Or as follows with [Homebrew](https://brew.sh/): +Or with [Homebrew](https://brew.sh/): ``` -brew install curl autoconf automake libtool pkg-config +brew install libpostal ``` -Then to install the C library: +To compile the C library from source: If you're using an M1 Mac, add `--disable-sse2` to the `./configure` command. This will result in poorer performance but the build will succeed.