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

Updated steps for installing CLI #71

Closed
sandeepantony opened this issue Jan 4, 2022 · 3 comments · Fixed by #72
Closed

Updated steps for installing CLI #71

sandeepantony opened this issue Jan 4, 2022 · 3 comments · Fixed by #72

Comments

@sandeepantony
Copy link

Looks like the 'go get github.com/cbroglie/mustache/...' is deprecated now. Could you help me by providing the updated command to install the cli wrapper?

@jornh
Copy link

jornh commented Jan 7, 2022

That's correct if you're on Go 1.17 or later: https://go.dev/doc/go-get-install-deprecation

Now you can:

go install github.com/cbroglie/mustache/cmd/[email protected]  # for a specific version - or @latest 

@sandeepantony
Copy link
Author

thank you!

@cbroglie
Copy link
Owner

Thanks @jornh, I'll update the README

cbroglie added a commit that referenced this issue Jan 11, 2022
cbroglie added a commit that referenced this issue Jan 11, 2022
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

Successfully merging a pull request may close this issue.

3 participants