Skip to content

Commit

Permalink
Merge pull request #372 from codeforpdx/path-branch
Browse files Browse the repository at this point in the history
readme change to help windows users
  • Loading branch information
tryngagear authored Aug 11, 2023
2 parents 78a8b18 + 41a63e4 commit 4be0d34
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
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:
```
Expand Down

0 comments on commit 4be0d34

Please sign in to comment.