fix: add the documentation for pkg-config install (#139)

This commit is contained in:
Paul-joseph Krogulec 2023-02-06 20:31:37 +01:00 committed by GitHub
parent 2aec403413
commit 91190dc135
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -26,10 +26,10 @@ Then, configure PHP for your platform:
### Mac
Use the [Homebrew](https://brew.sh/) package manager to install
`libiconv`, `bison` and `re2c`:
`libiconv`, `bison`, `re2c` and `pkg-config`:
```
brew install libiconv bison re2c
brew install libiconv bison re2c pkg-config
echo 'export PATH="/opt/homebrew/opt/bison/bin:$PATH"' >> ~/.zshrc
```