From f01ff00590031544f0d5e02048e75ab690034971 Mon Sep 17 00:00:00 2001 From: Andrew Duthie Date: Wed, 4 Dec 2019 17:08:35 -0500 Subject: [PATCH 1/3] Docs: Reintroduce LTS support commitment --- docs/contributors/getting-started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/contributors/getting-started.md b/docs/contributors/getting-started.md index 2f6c6f22f3ccf..15c21283ae5cf 100644 --- a/docs/contributors/getting-started.md +++ b/docs/contributors/getting-started.md @@ -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. Once you have Node installed, run these scripts from within your local Gutenberg repository: From eb64749df5cdcf8c65cc64f4317e5ab1d143acdb Mon Sep 17 00:00:00 2001 From: Andrew Duthie Date: Thu, 5 Dec 2019 11:02:32 -0500 Subject: [PATCH 2/3] Docs: Correct capitalization of macOS Co-Authored-By: Zebulan Stanphill --- docs/contributors/getting-started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/contributors/getting-started.md b/docs/contributors/getting-started.md index 15c21283ae5cf..498471acca8c5 100644 --- a/docs/contributors/getting-started.md +++ b/docs/contributors/getting-started.md @@ -2,7 +2,7 @@ Gutenberg is a Node.js-based project, built primarily in JavaScript. -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. +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. Once you have Node installed, run these scripts from within your local Gutenberg repository: From 86fd8baafca094e5cf79ae930309b8c40caa1420 Mon Sep 17 00:00:00 2001 From: Andrew Duthie Date: Thu, 5 Dec 2019 11:16:58 -0500 Subject: [PATCH 3/3] Docs: Clarify "latest" active Node LTS release --- docs/contributors/getting-started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/contributors/getting-started.md b/docs/contributors/getting-started.md index 498471acca8c5..c16ca6b9bc555 100644 --- a/docs/contributors/getting-started.md +++ b/docs/contributors/getting-started.md @@ -2,7 +2,7 @@ Gutenberg is a Node.js-based project, built primarily in JavaScript. -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. +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: