You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Doing a straight checkout + clone results in an error from govendor. It claims "ketchup" is not a package or not in gopath. This can be worked around by:
making a new directory
setting GOPATH to that directory
checking out to specifically src/github.com/ketchuphq/ketchup
The instructions currently read as though you can checkout anywhere (like many projects) and just run the makefile, but doing so produces a rather useless (UX-wise) error.
The text was updated successfully, but these errors were encountered:
Doing a straight checkout + clone results in an error from govendor. It claims "ketchup" is not a package or not in gopath. This can be worked around by:
The instructions currently read as though you can checkout anywhere (like many projects) and just run the makefile, but doing so produces a rather useless (UX-wise) error.
The text was updated successfully, but these errors were encountered: