Fix the path when describing git clone

This commit is contained in:
Oleksii Kliukin 2017-05-12 12:24:53 +02:00 committed by GitHub
parent 5487aa1ad0
commit 4d5d34b311
1 changed files with 2 additions and 2 deletions

View File

@ -35,8 +35,8 @@ Given the schema above, the postgres operator source code located at `github.com
-`~/go/src/github.com/zalando-incubator/postgres-operator`.
$ export GOPATH=~/go
$ mkdir -p ${GOPATH}/src/github.com/zalando-incubator/postgres-operator
$ cd ${GOPATH}/src/github.com/zalando-incubator/postgres-operator && git clone https://github.com/zalando-incubator/postgres-operator.git
$ mkdir -p ${GOPATH}/src/github.com/zalando-incubator/
$ cd ${GOPATH}/src/github.com/zalando-incubator/ && git clone https://github.com/zalando-incubator/postgres-operator.git
## Building the operator