diff options
author | TomSweeneyRedHat <tsweeney@redhat.com> | 2019-08-22 14:04:32 -0400 |
---|---|---|
committer | TomSweeneyRedHat <tsweeney@redhat.com> | 2019-08-22 19:39:07 -0400 |
commit | ada0568f530b303079ef2bc4cca0f661568d9b63 (patch) | |
tree | 6a8fcffc888fb2466fc8dd70542d810d0b0f18aa /test | |
parent | 59261cf014678b374c4b0d27077de5d0689d6f0c (diff) | |
download | podman-ada0568f530b303079ef2bc4cca0f661568d9b63.tar.gz podman-ada0568f530b303079ef2bc4cca0f661568d9b63.tar.bz2 podman-ada0568f530b303079ef2bc4cca0f661568d9b63.zip |
Update cni config instructions
Update the CNI configuration instructions to line up with
the changes introduced in #3868. Also do a bit less documentation
of the configuration and point to the GitHub project so we won't
get out of sync in the future.
Signed-off-by: TomSweeneyRedHat <tsweeney@redhat.com>
Diffstat (limited to 'test')
-rw-r--r-- | test/README.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/README.md b/test/README.md index 9bea679dc..d7710cc95 100644 --- a/test/README.md +++ b/test/README.md @@ -39,8 +39,9 @@ The following instructions assume your GOPATH is ~/go. Adjust as needed for your environment. ### Installing ginkgo -Build ginkgo and install it under $GOPATH/bin with the following command: +Build ginkgo and install it under $GOPATH/bin with the following commands: ``` +export GOCACHE="$(mktemp -d)" GOPATH=~/go make .install.ginkgo ``` If your PATH does not include $GOPATH/bin, you might consider adding it. |