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:
parent
506ae57aa3
commit
54dbf115ba
2 changed files with 2 additions and 18 deletions
18
wiki/cli.md
18
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
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue