From 54dbf115bad101bac2250288ef45bacab6e7a2a3 Mon Sep 17 00:00:00 2001 From: "Juan Picado @jotadeveloper" Date: Tue, 29 Aug 2017 08:23:06 +0200 Subject: [PATCH] docs: Merge cli and installation doc --- wiki/cli.md | 18 ------------------ wiki/install.md | 2 ++ 2 files changed, 2 insertions(+), 18 deletions(-) diff --git a/wiki/cli.md b/wiki/cli.md index 9382a7142..cc207ec98 100644 --- a/wiki/cli.md +++ b/wiki/cli.md @@ -2,24 +2,6 @@ The verdaccio CLI is your go start the application. - -## Installation - -Please make sure latest Node 4 LTS and NPM 3+ are installed. - -Then, install the CLI globally (you may need sudo): - -```bash -$ npm install -g verdaccio -``` -or if you use `yarn` - -```bash -$ yarn add global verdaccio -``` - -> Warning: Verdaccio current is not support PM2's cluster mode, run it with cluster mode may cause unknown behavior - ## Commands ```bash diff --git a/wiki/install.md b/wiki/install.md index 9634ed36d..f8219767f 100644 --- a/wiki/install.md +++ b/wiki/install.md @@ -25,6 +25,8 @@ yarn global add verdaccio ``` +> Warning: Verdaccio current is not support PM2's cluster mode, run it with cluster mode may cause unknown behavior + ## Basic Usage Once has been installed you only need to execute the CLI command.