Skip to content

Commit

Permalink
docs: add info about installing @next version, see #1134 (#1165)
Browse files Browse the repository at this point in the history
  • Loading branch information
vitalets authored and bcoe committed Jun 27, 2018
1 parent 58292b6 commit def00e8
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,16 @@ It gives you:

## Installation

Stable version:
```bash
npm i yargs --save
```

Bleeding edge version with the most recent features:
```bash
npm i yargs@next --save
```

## Usage :

### Simple Example
Expand Down

0 comments on commit def00e8

Please sign in to comment.