From 41a63e4351b874d78eebe318dc156fd74ee57140 Mon Sep 17 00:00:00 2001 From: path Date: Thu, 10 Aug 2023 16:16:58 -0700 Subject: [PATCH] Apply suggestions from code review Co-authored-by: Tim Standen <37914436+timbot1789@users.noreply.github.com> --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 62393bc58..0033b2d2e 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,9 @@ PASS is currently in Development heading towards [Minimum Viable Product](./docs Currently we require Node version 16 or higher and NPM for our package manager. Most places recommend using a node version manager to install node and npm. To proceed using NVM perform the following.. -1. Download NVM for your system. Find instructions here: https://github.com/nvm-sh/nvm (NOTE: for window users use this link: https://github.com/coreybutler/nvm-windows) +1. Download NVM for your system. + - For Mac, Linux, and other POSIX users: https://github.com/nvm-sh/nvm + - For Windows users: https://github.com/coreybutler/nvm-windows 2. Install node version 16: ```