Skip to content

Commit

Permalink
Add Install with Yarn option (#2063)
Browse files Browse the repository at this point in the history
Yarn is popular these days and H5BP is currently getting 2.4K downloads per month so I think it'd be good to add this here.
I changed the list of options to unnumbered as they aren't steps/instructions so bullets make more sense imho.
  • Loading branch information
coliff authored and roblarsen committed Sep 18, 2018
1 parent a139645 commit 2805813
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,14 @@ way that you want.

Choose one of the following options:

1. Download the latest stable release from
[html5boilerplate.com](https://html5boilerplate.com/).
2. Clone the git repo — `git clone
/~https://github.com/h5bp/html5-boilerplate.git` - and checkout the
[tagged release](/~https://github.com/h5bp/html5-boilerplate/releases)
you'd like to use.
3. Run `npm install html5-boilerplate` and pull in what you need from the resulting `node_modules/html5-boilerplate/dist`
- Download the latest stable release from
[html5boilerplate.com](https://html5boilerplate.com/).
- Clone the git repo — `git clone
/~https://github.com/h5bp/html5-boilerplate.git` - and checkout the
[tagged release](/~https://github.com/h5bp/html5-boilerplate/releases)
you'd like to use.
- Install with [npm](https://www.npmjs.com/): `npm install html5-boilerplate` and pull in what you need from the resulting `node_modules/html5-boilerplate/dist`
- Install with [yarn](https://yarnpkg.com/): `yarn add html5-boilerplate`


## Features
Expand Down

0 comments on commit 2805813

Please sign in to comment.