diff --git a/README.md b/README.md index 53edac71a5..8ac3af4646 100644 --- a/README.md +++ b/README.md @@ -106,6 +106,7 @@ To **install** or **update** nvm, you should run the [install script][2]. To do ```sh curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.40.3/install.sh | bash ``` +OR ```sh wget -qO- https://raw.githubusercontent.com/nvm-sh/nvm/v0.40.3/install.sh | bash ```