From 9cb84f7a1defceb427e883156a53124b3a76f2dd Mon Sep 17 00:00:00 2001 From: Gregg Tavares Date: Wed, 8 Feb 2023 14:13:52 -0800 Subject: [PATCH] readme --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index f6dc88c..dc36c3a 100644 --- a/README.md +++ b/README.md @@ -408,6 +408,14 @@ npm i npm start ``` +The instructions above assume you have node.js installed. If not, if you're +on windows use [nvm-windows](https://github.com/coreybutler/nvm-windows), +or if you're on mac/linux use [nvm](https://github.com/nvm-sh/nvm). + +Or you can just use the installers at [nodejs.org](https://nodejs.org) though +I'd recommend nvm and nvm-windows personally as once you get into node dev +you'll likely need different versions for different projects. + # License [MIT](LICENSE.md)