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

How do I install gedcomq (CLI executables) with go? #339

Open
alexreg opened this issue Nov 25, 2024 · 2 comments
Open

How do I install gedcomq (CLI executables) with go? #339

alexreg opened this issue Nov 25, 2024 · 2 comments

Comments

@alexreg
Copy link

alexreg commented Nov 25, 2024

Error:

$ go install github.com/elliotchance/gedcom@latest
go: finding module for package golang.org/x/text/language
go: finding module for package golang.org/x/text/message
go: found golang.org/x/text/language in golang.org/x/text v0.20.0
go: found golang.org/x/text/message in golang.org/x/text v0.20.0
package github.com/elliotchance/gedcom is not a main package

It would be really helpful to have an INSTALL file, for those of us not familiar with Go.

@elliotchance
Copy link
Owner

I believe this should work:

go install github.com/elliotchance/gedcom/v39/cmd/gedcom@latest

I haven't touched this project in a long time and Go has evolved a lot, so I had to look that up as well.

@alexreg
Copy link
Author

alexreg commented Nov 27, 2024

That does indeed work; thank you!

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

2 participants