From 0508ea80179f34005d297c58b9a4fdb4e21dd144 Mon Sep 17 00:00:00 2001 From: Jason LeMoine Date: Thu, 15 Dec 2016 12:15:12 -0500 Subject: [PATCH] Update Yarn install method Link to official docs instead of deprecated npm install. --- README-Yarn.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README-Yarn.md b/README-Yarn.md index 6aa0f0f..9800b55 100644 --- a/README-Yarn.md +++ b/README-Yarn.md @@ -14,9 +14,7 @@ Example project using Reason as an `yarn` dependency. [yarn](https://yarnpkg.com/) is a fast, reliable, and secure dependency management tool. You can now use yarn to install reason and manage its dependencies. -``` -npm install -g yarn -``` +To install Yarn, it is best to [consult the official documentation](https://yarnpkg.com/en/docs/install) for your particular platform. ## Get started: ```sh