diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index f7ac1b4886..6207467403 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -127,11 +127,11 @@ cd $GOPATH/src/github.com/influxdb go get -u -f -t ./... ``` -To then build and install the binaries, run the following command. They can be found in `$GOPATH/bin`. Please note that the InfluxDB binary is named `influxd`, not `influxdb`. - +To then build and install the binaries, run the following command. ```bash go install ./... ``` +The binaries will be located in `$GOPATH/bin`. Please note that the InfluxDB binary is named `influxd`, not `influxdb`. To set the version and commit flags during the build pass the following to the **install** command: