diff --git a/manual instal b/manual instal new file mode 100644 index 0000000..5b0950b --- /dev/null +++ b/manual instal @@ -0,0 +1,5 @@ +export NVM_DIR="$HOME/.nvm" && ( + git clone https://github.com/nvm-sh/nvm.git "$NVM_DIR" + cd "$NVM_DIR" + git checkout `git describe --abbrev=0 --tags --match "v[0-9]*" $(git rev-list --tags --max-count=1)` +) && \. "$NVM_DIR/nvm.sh"