From 63315d42543a2b82607c27504bdae90f5da8e665 Mon Sep 17 00:00:00 2001 From: Addy Osmani Date: Tue, 13 Dec 2016 11:55:00 -0800 Subject: [PATCH] Add note about yarn support to docs --- docs/install.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/install.md b/docs/install.md index f1c7bd371..dd2bd9619 100644 --- a/docs/install.md +++ b/docs/install.md @@ -44,6 +44,9 @@ Next, install the local dependencies Web Starter Kit requires: $ npm install ``` +Note: if you have the [Yarn](https://yarnpkg.com/) package manager installed, you can just run `yarn`. +Web Starter Kit includes a yarn.lock file that will be used here. + That's it! You should now have everything needed to use the Web Starter Kit. -