From 16da2fdbf6c1dd2b575a0551dc759a6d838bbd87 Mon Sep 17 00:00:00 2001 From: vacarsu Date: Fri, 8 Jun 2018 17:09:34 -0700 Subject: [PATCH] Update getting-started-installation.md (#742) * Update getting-started-installation.md Add minimum yarn version * Add a period * Update getting-started-installation.md --- docs/getting-started-installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/getting-started-installation.md b/docs/getting-started-installation.md index eea2ff7970b0..b484da32a705 100644 --- a/docs/getting-started-installation.md +++ b/docs/getting-started-installation.md @@ -7,7 +7,7 @@ Docusaurus was designed from the ground up to be easily installed and used to ge 1. Ensure you have the latest version of [Node](https://nodejs.org/en/download/) installed. We also recommend you install [Yarn](https://yarnpkg.com/en/docs/install) as well. - > While we recommend Node 8.x or greater, your Node version must at least 6.x. + > While we recommend Node 8.x or greater, your Node version must at least 6.x. Your Yarn version must also be at at least 1.5 as well. 1. Go into the root of your GitHub repo directory where you will be creating the docs. 1. `npx docusaurus-init`