Fix typo in build instructions

[ci skip]
pull/4769/merge
Philip O'Toole 2015-11-21 16:52:09 -08:00
parent 96c4ae9f4f
commit 37818fbffc
1 changed files with 1 additions and 1 deletions

View File

@ -127,7 +127,7 @@ 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`.
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`.
```bash
go install ./...