From ada0568f530b303079ef2bc4cca0f661568d9b63 Mon Sep 17 00:00:00 2001 From: TomSweeneyRedHat Date: Thu, 22 Aug 2019 14:04:32 -0400 Subject: 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 --- test/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'test/README.md') 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. -- cgit v1.2.3-54-g00ecf