diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index ff9fe853..f326157c 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -13,7 +13,7 @@ with your personal GitHub account. Then, clone the fork into your `$GOPATH`: ```bash git clone git@github.com:/container-diff.git -$GOPATH/src/github.com/GoogleContainerTools && +$GOPATH/src/github.com/GoogleContainerTools/container-diff && cd $GOPATH/src/github.com/GoogleContainerTools/container-diff && git remote add upstream git@github.com:GoogleContainerTools/container-diff.git ```