From 365eabb0271df3a4d05d4889f0f655952b7586de Mon Sep 17 00:00:00 2001 From: Robert Herhold Date: Wed, 8 Mar 2017 18:30:41 -0500 Subject: [PATCH] Make it more clear where to clone this repo (#145) Make it clear that the repo should be cloned into the $GOPATH. --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 229fb4b0..8f39732a 100644 --- a/README.md +++ b/README.md @@ -197,7 +197,8 @@ The server side is compiled as one binary ("fission-bundle") which contains controller, poolmgr and router; it invokes the right one based on command-line arguments. -To build fission-bundle: clone this repo, then from the top level +To build fission-bundle: clone this repo to +`$GOPATH/src/github.com/fission/fission`, then from the top level directory (if you want to build the image with the docker inside minikube, you'll need to set the proper environment variables with `eval $(minikube docker-env)`):