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 a specific version? #121

Closed
httpete opened this issue May 12, 2022 · 2 comments
Closed

how do I install a specific version? #121

httpete opened this issue May 12, 2022 · 2 comments
Assignees
Labels
question Further information is requested

Comments

@httpete
Copy link

httpete commented May 12, 2022

This is what I do now:
go install github.com/skx/marionette@master

But I want to pin it to 0.18.0 . Your doc doesn't show that.

@skx
Copy link
Owner

skx commented May 13, 2022

This is more of a go question, but you should find this works:

go install github.com/skx/marionette@v0.18.0

@skx skx added the question Further information is requested label May 13, 2022
@skx skx self-assigned this May 13, 2022
@httpete
Copy link
Author

httpete commented May 13, 2022

Thank you @skx . I am learning go through using your product. Thanks. It is really working great now. You should share / sell the idea of http://asdf-vm.com/ in concert with marionette. Those two tools together can really provision a dev env nicely.

@skx skx closed this as completed May 13, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants