From 8a163f603ec2a989b0447667993f5540155faf43 Mon Sep 17 00:00:00 2001 From: justindhillon Date: Sun, 22 Oct 2023 17:45:31 -0700 Subject: [PATCH] changed nvm use to nvm install in installation documentation --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1e1fc583..a5f96a63 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ git clone https://github.com/ubccsss/ubccsss.org.git cd ubccsss.org # ensure that the correct version of Node is used -nvm use +nvm install # install dependencies npm install