fix install path

pull/5069/head
Akshay Aurora 2015-12-09 23:24:20 +05:30
parent f844092c83
commit 544fe1f5fb
1 changed files with 1 additions and 1 deletions

View File

@ -119,7 +119,7 @@ Build and Test
Make sure you have Go installed and the project structure as shown above. To then get the dependencies for the project, execute the following commands:
```bash
cd $GOPATH/src/github.com/influxdb
cd $GOPATH/src/github.com/influxdb/influxdb
go get -u -f -t ./...
```