-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Confusing documentation - How to install library... #251
Comments
I got this working now. Firstly i had to run
Solved this by manually deleting the one installed by dep ensure. |
|
@dhui could you give an example of how to install the binary using go modules? I try to install via:
|
@eleijonmarck Are you trying to install the CLI or library? |
Describe the Bug
I am new to go and though dep ensure was the way to go. However it seems like the migrate package is not compatible with go dep.
So now for the real question. How do i install this? What command do i use? Could you please update the documentation so it is a bit friendlier to new gophers?
Steps to Reproduce
Steps to reproduce the behavior:
Expected Behavior
dep ensure
orgo get
Migrate Version
v4??
Obtained by running:
migrate -version
The text was updated successfully, but these errors were encountered: