We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi
I think it would be better to add a latest tag for the install script, for example, now the script is
latest
curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.33.11/install.sh | bash
could change to
curl -o- https://raw.githubusercontent.com/creationix/nvm/latest/install.sh | bash
So whenever there is a version update, user don't need to change their command to install on new machine :)
The text was updated successfully, but these errors were encountered:
This is intentional; you should know exactly which version you’re installing.
Duplicate of #1898. Duplicate of #1017. Related to #400.
Sorry, something went wrong.
No branches or pull requests
Hi
I think it would be better to add a
latest
tag for the install script, for example, now the script iscould change to
So whenever there is a version update, user don't need to change their command to install on new machine :)
The text was updated successfully, but these errors were encountered: