More updates for new Github org

pull/5278/head
Philip O'Toole 2016-01-04 15:48:47 -08:00
parent 7c77d63eab
commit d9ed54ce37
1 changed files with 2 additions and 2 deletions

View File

@ -106,8 +106,8 @@ If you wish to work with fork of InfluxDB, your own fork for example, you must s
```bash
export GOPATH=$HOME/gocodez
mkdir -p $GOPATH/src/github.com/influxdb
cd $GOPATH/src/github.com/influxdb
mkdir -p $GOPATH/src/github.com/influxdata
cd $GOPATH/src/github.com/influxdata
git clone git@github.com:<username>/influxdb
```