chore: updated CONTRIBUTING.md for new package config script (#20990)

pull/21002/head
davidby-influx 2021-03-17 14:20:53 -07:00 committed by GitHub
parent 642726e898
commit d73df4ef53
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -119,8 +119,9 @@ Make sure you have Go installed and the project structure as shown above. To the
cd influxdb
```
To then build and install the binaries, run the following command.
To then build and install the binaries, run the following commands.
```bash
export PKG_CONFIG="$(git rev-parse --show-toplevel)/pkg-config.sh"
go clean ./...
go install ./...
```