From 535ea287dc89c6ad804effdc30eed76ef2897b63 Mon Sep 17 00:00:00 2001 From: "Juan Picado @jotadeveloper" Date: Wed, 18 Apr 2018 08:19:02 +0200 Subject: [PATCH] docs: update install doc add beta section --- docs/install.md | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/docs/install.md b/docs/install.md index a0e2de212..0a206e0c3 100644 --- a/docs/install.md +++ b/docs/install.md @@ -9,7 +9,7 @@ Verdaccio is a multiplatform web application. To install it, you need a few prer 1. Node higher than - For version `verdaccio@2.x` Node `v4.6.1` is the minimum supported version. - - For version `verdaccio@3.x` Node `6.12.0` is the minimum supported version. + - For version `verdaccio@beta` Node `6.12.0` is the minimum supported version. 2. npm `>=3.x` or `yarn` 3. The web interface supports the `Chrome, Firefox, Edge, and IE9` browsers. @@ -28,6 +28,16 @@ or using `yarn` yarn global add verdaccio ``` +#### Beta + +⚠️⚠️ **Help us to test the version 3.x in order to release a stable version soon. Remember, to do never test with your original storage folder, do always a backup** ⚠️⚠️ + +If you are an adventurous developer you can use and install the latest beta version, this is a non stable version, I'd recommend only use for testing purporses. + +```bash +$ npm install -g verdaccio@beta +``` + ## Basic Usage Once it has been installed, you only need to execute the CLI command: @@ -35,7 +45,7 @@ Once it has been installed, you only need to execute the CLI command: ```bash $> verdaccio warn --- config file - /home/.config/verdaccio/config.yaml -warn --- http address - http://localhost:5555/ - verdaccio/3.0.0 +warn --- http address - http://localhost:4873/ - verdaccio/2.7.4 ``` ![](https://cdn-images-1.medium.com/max/720/1*jDHnZ7_68u5s1lFK2cygnA.gif)