From 4d5d34b31158cf7936e329467a777a3bf1817123 Mon Sep 17 00:00:00 2001 From: Oleksii Kliukin Date: Fri, 12 May 2017 12:24:53 +0200 Subject: [PATCH] Fix the path when describing git clone --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 94b3dee2b..81da642a7 100644 --- a/README.md +++ b/README.md @@ -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