From 4471b6beb679ef96509808ef1c5aee91dbe764af Mon Sep 17 00:00:00 2001 From: Georgi Chochov Date: Sun, 26 Sep 2021 09:47:50 +0000 Subject: [PATCH] [readme] remove duplicate word 'run' --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0eb56c9..b87748d 100644 --- a/README.md +++ b/README.md @@ -94,7 +94,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. -Alternatively, you can run run the following commands for the different shells on the command line: +Alternatively, you can run the following commands for the different shells on the command line: *bash*: `source ~/.bashrc`