Skip to content

Commit 019f9ae

Browse files
authored
Merge pull request #691 from singingwolfboy/readme-homebrew
README: install via Homebrew in one command
2 parents 2b0dc98 + 6347ebc commit 019f9ae

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -113,13 +113,13 @@ Install with one command via [MacPorts](https://www.macports.org/):
113113
port install libpostal
114114
```
115115

116-
Or as follows with [Homebrew](https://brew.sh/):
116+
Or with [Homebrew](https://brew.sh/):
117117

118118
```
119-
brew install curl autoconf automake libtool pkg-config
119+
brew install libpostal
120120
```
121121

122-
Then to install the C library:
122+
To compile the C library from source:
123123

124124
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.
125125

0 commit comments

Comments
 (0)