From 4cc2e0b44bc6bd4752bf1122ae304499c15e0f9b Mon Sep 17 00:00:00 2001 From: "Juan Picado @jotadeveloper" Date: Sun, 16 Jul 2017 08:39:21 +0200 Subject: [PATCH] Update README.md Add beta version Add npx command --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index 2ca7be8d9..39a3a0644 100644 --- a/README.md +++ b/README.md @@ -44,6 +44,9 @@ $ yarn global add verdaccio # run in your terminal $ verdaccio +# After npm 5.2 you can use npx which install and launch verdaccio with the same command +$ npx verdaccio + # npm configuration $ npm set registry http://localhost:4873/ @@ -53,6 +56,14 @@ $ npm set ca null ``` Now you can navigate to [http://localhost:4873/](http://localhost:4873/) where your local packages will be listed and can be searched. + +## Beta + +If you are an adventurous developer you can use and install the latest beta version + +```bash +$ npm install -g verdaccio@beta +``` ## Configuration