From dcc7743553f85489b673180ff00a52a08319e657 Mon Sep 17 00:00:00 2001 From: Felipe Oliveira Date: Thu, 3 Dec 2020 23:49:04 -0300 Subject: [PATCH] [Docs] Update README - Corrects "Troubleshooting on Linux Section" The command "nvm -v" was inverted "-v nvm" --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 03b747c..3f46ec3 100644 --- a/README.md +++ b/README.md @@ -88,7 +88,7 @@ Eg: `curl ... | NVM_DIR="path/to/nvm"`. Ensure that the `NVM_DIR` does not conta #### Troubleshooting on Linux -On Linux, after running the install script, if you get `nvm: command not found` or see no feedback from your terminal after you type `command -v nvm`, simply close your current terminal, open a new terminal, and try verifying again. +On Linux, after running the install script, if you get `nvm: command not found` or see no feedback from your terminal after you type `command nvm -v`, simply close your current terminal, open a new terminal, and try verifying again. #### Troubleshooting on macOS