Skip to content

Commit

Permalink
Add note about yarn support to docs
Browse files Browse the repository at this point in the history
  • Loading branch information
addyosmani committed Dec 13, 2016
1 parent e8728d5 commit 63315d4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

-
Expand Down

0 comments on commit 63315d4

Please sign in to comment.