From 95269ff055b47c39c88ebcbb7d325a88616c2c5e Mon Sep 17 00:00:00 2001 From: SnipUndercover Date: Thu, 26 May 2022 01:13:00 +0200 Subject: [PATCH] [readme] Fix Git Install instruction list structure --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 28d6f47..303e924 100644 --- a/README.md +++ b/README.md @@ -224,7 +224,7 @@ Homebrew installation is not supported. If you have issues with homebrew-install If you have `git` installed (requires git v1.7.10+): 1. clone this repo in the root of your user profile - - `cd ~/` from anywhere then `git clone https://github.com/nvm-sh/nvm.git .nvm` + - `cd ~/` from anywhere then `git clone https://github.com/nvm-sh/nvm.git .nvm` 1. `cd ~/.nvm` and check out the latest version with `git checkout v0.39.1` 1. activate `nvm` by sourcing it from your shell: `. ./nvm.sh`