mirror of
https://github.com/nvm-sh/nvm.git
synced 2025-05-11 14:51:49 +00:00
Create manual instal
Manual installation of nvm
This commit is contained in:
parent
74eb396099
commit
7e4f7ef56f
5
manual instal
Normal file
5
manual instal
Normal file
@ -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"
|
Loading…
Reference in New Issue
Block a user