From c136fd5eec7bfcac47f80db31dc3d32fd6b8818a Mon Sep 17 00:00:00 2001 From: Marcos Placona <221627+mplacona@users.noreply.github.com> Date: Mon, 8 Apr 2024 15:23:54 +0100 Subject: [PATCH] Update README.md Add extra instructions for NVM installation --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index da2d5aa..2fd7823 100644 --- a/README.md +++ b/README.md @@ -19,6 +19,13 @@ brew install nvm curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.38.0/install.sh | bash ``` +Add nvm to your shell profile +``` +source $(brew --prefix nvm)/nvm.sh +# Or source it manually +source ~/.bashrc +``` + Use the correct node version (version found in .nvmrc) ```