doc: migrate from pkg-config to pkgconf in macOS build docs

Brew has migrated to using the later:
```bash
brew info pkg-config
==> pkgconf: stable 2.3.0 (bottled), HEAD
Package compiler and linker metadata toolkit
https://github.com/pkgconf/pkgconf
```
This commit is contained in:
fanquake 2024-11-20 15:16:47 +00:00
parent 22ef95dbe3
commit 8d203480b3
No known key found for this signature in database
GPG key ID: 2EEB9F5CC09526C1

View file

@ -48,7 +48,7 @@ See [dependencies.md](dependencies.md) for a complete overview.
To install, run the following from your terminal:
``` bash
brew install cmake boost pkg-config libevent
brew install cmake boost pkgconf libevent
```
### 4. Clone Bitcoin repository