From 9d126046539ff1ae76b08cdc8a6575a24cc39900 Mon Sep 17 00:00:00 2001 From: Trent Mick Date: Wed, 3 May 2017 23:37:26 -0700 Subject: [PATCH] add note about how to install 2.x for now --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ecaac87..9b450ce 100644 --- a/README.md +++ b/README.md @@ -79,7 +79,8 @@ Active branches: npm. - "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 - 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