From e5911a9e93436677b57ae8b4456c02cef1fd40eb Mon Sep 17 00:00:00 2001 From: Oleksii Kliukin Date: Mon, 23 Jan 2017 10:35:38 +0100 Subject: [PATCH] Fix GOPATH reference. --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index f0b8ed027..aa4debfc3 100644 --- a/README.md +++ b/README.md @@ -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