From 4154936e1d521b92d23ebbf1939183c4ce8619af Mon Sep 17 00:00:00 2001 From: "sheel.shah" Date: Fri, 1 Sep 2023 18:38:18 +0100 Subject: [PATCH] Updated readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ec1e43b..df114e4 100644 --- a/README.md +++ b/README.md @@ -60,9 +60,9 @@ GovUK styles and JS taken from static assets generated by the [X-GovUK Eleventy Start this site by ensuring at least [Node 16.15.0](https://nodejs.org/en/blog/release/v16.15.0/) is installed. You can do this using [Node Version Manager (NVM)](https://tecadmin.net/install-nvm-macos-with-homebrew/) and following the following instructions: ```shell # Use Node Version Manager to install Node v16.15.0 (latest LTS version) - nvm install 16.15.0 + nvm install 18 # Then use Node v16.15.0 before installing project dependencies - nvm use 16.15.0 + nvm use 18 # If yarn is not installed run the following to globally install it npm i yarn -g # Install project dependencies