Skip to content

Commit

Permalink
Updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
ShahSheel committed Sep 1, 2023
1 parent 41c4781 commit 4154936
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4154936

Please sign in to comment.