Fix GOPATH reference.

This commit is contained in:
Oleksii Kliukin 2017-01-23 10:35:38 +01:00 committed by Murat Kabilov
parent fd66a38889
commit e5911a9e93
1 changed files with 3 additions and 3 deletions

View File

@ -10,9 +10,9 @@
## Set your go path and put the sources so that go build finds them
$ export GOPATH=~/git/go/src/github.bus.zalan.do/acid/
$ mkdir -p ~/git/go/src/github.bus.zalan.do/acid/
$ cd ~/git/go/src/github.bus.zalan.do/acid/ && git clone https://github.bus.zalan.do/acid/postgres-operator -b prototype
$ export GOPATH=~/git/go
$ mkdir -p ${GOPATH}/src/github.bus.zalan.do/acid/
$ cd ${GOPATH}/src/github.bus.zalan.do/acid/ && git clone https://github.bus.zalan.do/acid/postgres-operator -b prototype
### Install Glide on OS X