-
Notifications
You must be signed in to change notification settings - Fork 122
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
Update README.md #268
Update README.md #268
Conversation
Co-authored-by: Dmitry Kropachev <[email protected]>
@@ -112,12 +112,12 @@ t.Log(people) | |||
Installation | |||
|
|||
```bash | |||
go get -u "github.com/scylladb/gocqlx/v3/cmd/schemagen" | |||
go install github.com/scylladb/gocqlx/v3/cmd/schemagen@latest |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I wanted to commit the v2->v3 change, but I realized that this would no longer work ref: #287
@dkropachev what do you think? Should we have your workaround mentioned in the README?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, @yngfoxx could you please do it.
go install doesn't work with v3 schemagen
Closed in favor of #292 |
No description provided.