-
Notifications
You must be signed in to change notification settings - Fork 1k
Not able to install it correctly #847
Comments
If we need to do any aliasing with the binary, it will be good to be mentioned in the doc. |
You will need to install the binary:
something like that |
go get installs packages it gets unless a flag is provided. [0] You should have dep installed after running go get, but it needs to be in your path for you to run it anywhere. [0] https://golang.org/cmd/go/#hdr-Download_and_install_packages_and_dependencies |
@ivaylopivanov What's the output of @matjam This is a shortcut: It'll fetch |
it didn't work for me until I did go install ./... go figure? |
@ivaylopivanov is your $GOPATH/bin in your $PATH? |
Thanks @zkanda, I didn't have it as part of the $PATH. |
i have the same problem on windows
|
To resolve this install dep:
And then add Example:
|
@losintikfos Thanks, problem solved |
it is generally preferred that you use released versions (see github releases tab) rather than tip. we don't guarantee the stability of tip. |
This is what finally worked for me!
|
@generalomosco Thanks. Your solution worked for me as well :) |
@generalomosco Thanks. Your solution also worked for me :) |
a small trick can help |
The text was updated successfully, but these errors were encountered: