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

go install instructions are outdated #4

Closed
glensc opened this issue Jul 5, 2022 · 2 comments
Closed

go install instructions are outdated #4

glensc opened this issue Jul 5, 2022 · 2 comments

Comments

@glensc
Copy link

glensc commented Jul 5, 2022

$ go version
go version go1.18.3 darwin/amd64
$ go get -u github.com/joseluisq/enve
go: go.mod file not found in current directory or any parent directory.
        'go get' is no longer supported outside a module.
        To build and install a command, use 'go install' with a version,
        like 'go install example.com/cmd@latest'
        For more information, see https://golang.org/doc/go-get-install-deprecation
        or run 'go help get' or 'go help install'.
@glensc
Copy link
Author

glensc commented Jul 5, 2022

this works now:

$ go install github.com/joseluisq/enve@latest
go: downloading github.com/joseluisq/enve v1.4.0
go: downloading github.com/joseluisq/cline v0.1.0
go: downloading github.com/joho/godotenv v1.4.0

@joseluisq
Copy link
Owner

Good catch!
Feel free to fix that with a PR if you want.

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