Skip to content

Commit 371f3be

Browse files
committed
Merge branch 'release/v2.4.0'
2 parents 99930c2 + ec5d8b4 commit 371f3be

24 files changed

+2340
-1922
lines changed

README.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,17 @@ Foundation for Emails (previously known as Ink) is a framework for creating resp
1111

1212
## Getting Started
1313

14-
The main way to get started is with our [email template stack](https://github.com/zurb/foundation-emails-template). To use the stack, you'll need [Node.js](https://nodejs.org/en/) installed on your machine.
14+
The main way to get started is with our [email template stack](https://github.com/zurb/foundation-emails-template). To use the stack, you'll need [Node.js](https://nodejs.org/en/) no greater than version 10 installed on your machine.
15+
16+
`nvm` installation instructions can be found [here](https://github.com/nvm-sh/nvm#install--update-script)
1517

1618
To set up the emails template, run these commands:
1719

1820
```bash
1921
git clone https://github.com/zurb/foundation-emails-template project
2022
cd project
23+
nvm install 10
24+
nvm use 10
2125
npm install
2226
```
2327

0 commit comments

Comments
 (0)