nvm-sh / nvm

Node Version Manager - POSIX-compliant bash script to manage multiple active node.js versions

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Feature Request: General Name for Install Script

aliraza5490 opened this issue · comments

Feature Request

Use general name for the install script file (remove version from it). So, whenever someone use it they always install the latest version of nvm without the need of coming to the repo and copying the script and then using it. It will save time.

This is quite intentional; you should be using an explicit version number, so you know what semantics and API you're getting.

Closing as a duplicate of #400.