Make it more clear where to clone this repo (#145)

Make it clear that the repo should be cloned into the $GOPATH.
This commit is contained in:
Robert Herhold
2017-03-08 15:30:41 -08:00
committed by Soam Vasani
parent ad63ba63c8
commit 365eabb027
+2 -1
View File
@@ -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)`):