From 9a16cccace6f6f79c8a1253a2c79296bfde80a3e Mon Sep 17 00:00:00 2001 From: joostdecock Date: Fri, 21 Jul 2023 19:10:15 +0200 Subject: [PATCH] chore: Updated README for Node 18 --- README.md | 2 +- config/templates/readme.main.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 298845cff82..071596b34e5 100644 --- a/README.md +++ b/README.md @@ -63,7 +63,7 @@ The current production code -- what is running on freesewing.org -- is in the `v ## Getting started ⚡ -As this is a monorepo. You'll need [NodeJS v16](https://nodejs.org), [lerna](https://lerna.js.org/) and [yarn](https://yarnpkg.com/) on your system. +As this is a monorepo. You'll need [NodeJS v18](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 diff --git a/config/templates/readme.main.md b/config/templates/readme.main.md index daf4068f877..2797277b168 100644 --- a/config/templates/readme.main.md +++ b/config/templates/readme.main.md @@ -63,7 +63,7 @@ The current production code -- what is running on freesewing.org -- is in the `v ## Getting started ⚡ -As this is a monorepo. You'll need [NodeJS v16](https://nodejs.org), [lerna](https://lerna.js.org/) and [yarn](https://yarnpkg.com/) on your system. +As this is a monorepo. You'll need [NodeJS v18](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