Final tweaks to build instructions

[ci skip]
pull/4769/merge
Philip O'Toole 2015-11-21 16:51:10 -08:00
parent 6b5f5b2fe8
commit 96c4ae9f4f
1 changed files with 1 additions and 1 deletions

View File

@ -124,7 +124,7 @@ Make sure you have Go installed and the project structure as shown above. To the
```bash
cd $GOPATH/src/github.com/influxdb
go get -u -f -t ./...
```
To then bulid 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`.