0
Fork 0
mirror of https://github.com/verdaccio/verdaccio.git synced 2024-12-30 22:34:10 -05:00

docs: Merge cli and installation doc

This commit is contained in:
Juan Picado @jotadeveloper 2017-08-29 08:23:06 +02:00
parent 506ae57aa3
commit 54dbf115ba
No known key found for this signature in database
GPG key ID: 18AC54485952D158
2 changed files with 2 additions and 18 deletions

View file

@ -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

View file

@ -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.