path problems
UN5T48L3 opened this issue · 15 comments
As described in #37, you MUST export an environment variable named GOBIN, and append it to your PATH variable in order to use go getted
binaries.
Add the following to one of your shell's startup files (.profile, .bashrc, etc)
export GOBIN=$GOPATH/bin
PATH=$PATH:$GOBIN
Then reload your shell by issuing the source
command or reopen another shell for this changes to take effect. After this glide
and go-bindata
will be available to be called globally.
If you choose the docker build, you don't need to install these tools, you only need docker itself.
I appreciate that your answer
and can we make new exe file with same commands?
I mean is this true?
./build-docker.sh make -e GOOS=windows
@Gembeltz If you choose the docker installation then you should install docker first. Otherwise stick with the manual steps.
Please follow the guide in the README to setup the project using ngrok and Tor.