website/docs: Add pkg-config to the brew dependencies (#14398)

Add pkg-config to the brew dependencies
This commit is contained in:
Marcelo Elizeche Landó
2025-05-05 12:51:42 -04:00
committed by GitHub
parent eb31f31584
commit d048f1ecbd

View File

@ -54,7 +54,7 @@ values={[
To install the native dependencies on macOS, run:
```sh
$ brew install libxmlsec1 libpq krb5 # Required development libraries,
$ brew install libxmlsec1 libpq krb5 pkg-config # Required development libraries,
$ brew install uv postgresql redis node@22 golangci-lint # Required CLI tools
```