add note about how to install 2.x for now
This commit is contained in:
parent
05a49c34c9
commit
9d12604653
1 changed files with 2 additions and 1 deletions
|
@ -79,7 +79,8 @@ Active branches:
|
||||||
npm.
|
npm.
|
||||||
- "master" is currently for coming Bunyan 2.x work. For now, 2.x releases are
|
- "master" is currently for coming Bunyan 2.x work. For now, 2.x releases are
|
||||||
published to npm with the "beta" tag, meaning that `npm install bunyan` is
|
published to npm with the "beta" tag, meaning that `npm install bunyan` is
|
||||||
still 1.x for now.
|
still 1.x for now. To install 2.x use `npm install bunyan@2` or
|
||||||
|
`npm install bunyan@beta`.
|
||||||
|
|
||||||
|
|
||||||
# Installation
|
# Installation
|
||||||
|
|
Loading…
Reference in a new issue