summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2019-07-08 17:01:28 +0200
committerGitHub <noreply@github.com>2019-07-08 17:01:28 +0200
commit4157a7219cfac46e7480f4afb20e68367e3ca280 (patch)
tree9716ed20971a281c8baaea656c5ccd07a37a38af
parent61c000a1d3bc58bbd669626ab67a9552088f3242 (diff)
parent2d1e52d3e9b9304c3d3ce6ede23cd819d6893df5 (diff)
downloadpodman-4157a7219cfac46e7480f4afb20e68367e3ca280.tar.gz
podman-4157a7219cfac46e7480f4afb20e68367e3ca280.tar.bz2
podman-4157a7219cfac46e7480f4afb20e68367e3ca280.zip
Merge pull request #3512 from vrothberg/fix-contributing
CONTRIBUTING.md: fix project paths
-rw-r--r--CONTRIBUTING.md14
1 files changed, 4 insertions, 10 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index b86f3e345..59b0a88da 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -48,18 +48,12 @@ First you need to fork this project on GitHub.
Be sure to have [defined your `$GOPATH` environment variable](https://github.com/golang/go/wiki/GOPATH).
-Create a path that correspond to your clone `mkdir -p $GOPATH/github.com/<you>`.
+Create a path that corresponds to the go import paths of libpod: `mkdir -p $GOPATH/src/github.com/containers`.
-Clone your fork locally:
+Then clone your fork locally:
```shell
-$ git clone git@github.com:<you>/libpod github.com/<you> $GOPATH/github.com/<you>/libpod
-$ cd $GOPATH/github.com/<you>/libpod
-```
-
-You can also use `go get` to clone your fork:
-```shell
-$ go get github.com:<you>/libpod
-$ cd $GOPATH/github.com/<you>/libpod
+$ git clone git@github.com:<you>/libpod $GOPATH/src/github.com/containers/libpod
+$ cd $GOPATH/src/github.com/containers/libpod
```
### Deal with make