Skip to content

Commit

Permalink
Docs: Reintroduce LTS support commitment (#18923)
Browse files Browse the repository at this point in the history
* Docs: Reintroduce LTS support commitment

* Docs: Correct capitalization of macOS

Co-Authored-By: Zebulan Stanphill <zebulanstanphill@protonmail.com>

* Docs: Clarify "latest" active Node LTS release
  • Loading branch information
aduth committed Dec 6, 2019
1 parent 66ea490 commit 72d9bd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/contributors/getting-started.md
Original file line number Diff line number Diff line change
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 [latest 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.

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

Expand Down

0 comments on commit 72d9bd0

Please sign in to comment.