Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Docs: Reintroduce LTS support commitment #18923

Merged
merged 3 commits into from Dec 6, 2019
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/contributors/getting-started.md
Expand Up @@ -2,7 +2,7 @@

Gutenberg is a Node.js-based project, built primarily in JavaScript.

The first step is to install a recent version of Node. The easiest way (on MacOS, Linux, or Windows 10 with the Linux Subsystem) is by installing and running [nvm]. Once `nvm` is installed, you can install the correct version of Node by running `nvm install` in the Gutenberg directory.
The first step is to install the [current active LTS release](https://github.com/nodejs/Release#release-schedule) of Node. The easiest way (on MacOS, Linux, or Windows 10 with the Linux Subsystem) is by installing and running [nvm]. Once `nvm` is installed, you can install the correct version of Node by running `nvm install` in the Gutenberg directory.
aduth marked this conversation as resolved.
Show resolved Hide resolved

Once you have Node installed, run these scripts from within your local Gutenberg repository:

Expand Down