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

Install command deprecated #9

Open
alu0101124896 opened this issue Jan 31, 2022 · 0 comments
Open

Install command deprecated #9

alu0101124896 opened this issue Jan 31, 2022 · 0 comments

Comments

@alu0101124896
Copy link

alu0101124896 commented Jan 31, 2022

As you can see in the following snippet, the install command suggested in the README.md is now deprecated:

$ go get github.com/thefryscorer/schemer2
go get: installing executables with 'go get' in module mode is deprecated.
	Use 'go install pkg@version' instead.
	For more information, see https://golang.org/doc/go-get-install-deprecation
	or run 'go help get' or 'go help install'.

It now should be $ go install github.com/thefryscorer/schemer2@latest instead.

Aside from that, the program works as expected, thanks for it and for the step by step installation guides.

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