From bc35472c97419c495c3d80563a070d9fd2d6ec32 Mon Sep 17 00:00:00 2001 From: Nick Dower Date: Thu, 27 Jan 2022 09:19:29 +0100 Subject: [PATCH] Really add NodeJs to README. --- config/templates/readme.main.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/templates/readme.main.md b/config/templates/readme.main.md index 0c689883916..30cfd6ffac7 100644 --- a/config/templates/readme.main.md +++ b/config/templates/readme.main.md @@ -58,7 +58,7 @@ see in our mext major release. ## Getting started ⚡ -As this is a monorepo. You'll need [lerna](https://lerna.js.org/) and [yarn](https://yarnpkg.com/) on your system. +As this is a monorepo. You'll need [NodeJS v14](https://nodejs.org), [lerna](https://lerna.js.org/) and [yarn](https://yarnpkg.com/) on your system. Once you have those, clone (or fork) this repo and run `yarn kickstart`: ```bash