Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Build instructions should mention govendor idiosynchrocies #16

Open
Skrylar opened this issue Sep 12, 2018 · 0 comments
Open

Build instructions should mention govendor idiosynchrocies #16

Skrylar opened this issue Sep 12, 2018 · 0 comments

Comments

@Skrylar
Copy link

Skrylar commented Sep 12, 2018

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant