From 6bd26ff8510633f4c889e9dde92b604569c6cf0c Mon Sep 17 00:00:00 2001 From: Daniel Lo Nigro Date: Sat, 7 Oct 2017 12:04:01 +1100 Subject: [PATCH] Update Yarn installation instructions --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0f55125c2..45a212183 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ This repo contains the source code and documentation powering [reactjs.org](http 1. Git 1. Node: install version 8.4 or greater -1. Yarn: `npm i -g yarn` to install it globally via NPM +1. Yarn: See [Yarn website for installation instructions](https://yarnpkg.com/lang/en/docs/install/) 1. A clone of the [reactjs.org repo](https://github.com/reactjs/reactjs.org) on your local machine 1. A fork of the repo (for any contributions)