summaryrefslogtreecommitdiff
path: root/test/README.md
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2019-08-25 18:46:31 +0200
committerGitHub <noreply@github.com>2019-08-25 18:46:31 +0200
commitc0528c152ebe2a972e2a44384ebd4ac87b936273 (patch)
tree6a8fcffc888fb2466fc8dd70542d810d0b0f18aa /test/README.md
parent59261cf014678b374c4b0d27077de5d0689d6f0c (diff)
parentada0568f530b303079ef2bc4cca0f661568d9b63 (diff)
downloadpodman-c0528c152ebe2a972e2a44384ebd4ac87b936273.tar.gz
podman-c0528c152ebe2a972e2a44384ebd4ac87b936273.tar.bz2
podman-c0528c152ebe2a972e2a44384ebd4ac87b936273.zip
Merge pull request #3877 from TomSweeneyRedHat/dev/tsweeney/cnifix
Update cni config instructions
Diffstat (limited to 'test/README.md')
-rw-r--r--test/README.md3
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.