Mention install with MacPorts in readme
This commit is contained in:
10
README.md
10
README.md
@@ -106,7 +106,15 @@ sudo apt-get install curl autoconf automake libtool pkg-config
|
|||||||
sudo yum install curl autoconf automake libtool pkgconfig
|
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
|
brew install curl autoconf automake libtool pkg-config
|
||||||
```
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user