Clarify build instructions

pull/1460/head
Philip O'Toole 2015-01-30 13:05:50 -08:00
parent 2506c6e415
commit d8a8558bc0
1 changed files with 2 additions and 2 deletions

View File

@ -33,7 +33,7 @@ running the following:
Project structure
-----------------
First you need to setup the project structure
First you need to setup the project structure:
export GOPATH=$HOME/gocodez
mkdir -p $GOPATH/src/github.com/influxdb
@ -70,7 +70,7 @@ For more information on `go vet`, [read the GoDoc](https://godoc.org/golang.org/
Build and Test
-----
Make sure you have Go installed. To build the project, execute the following commands:
Make sure you have Go installed and the project structure as shown above. To then build the project, execute the following commands:
```bash
cd $GOPATH/src/github.com/influxdb