mirror of
https://github.com/verdaccio/verdaccio.git
synced 2024-12-16 21:56:25 -05:00
Update README.md
This commit is contained in:
parent
f652fa3c49
commit
e4ed8e63ac
1 changed files with 3 additions and 3 deletions
|
@ -44,19 +44,19 @@ Google Cloud Storage** or create your own plugin.
|
|||
Install with npm:
|
||||
|
||||
```bash
|
||||
npm install --location=global verdaccio@6-next
|
||||
npm install --location=global verdaccio@next
|
||||
```
|
||||
|
||||
With `yarn`
|
||||
|
||||
```bash
|
||||
yarn global add verdaccio@6-next
|
||||
yarn global add verdaccio@next
|
||||
```
|
||||
|
||||
With `pnpm`
|
||||
|
||||
```bash
|
||||
pnpm i -g verdaccio@6-next
|
||||
pnpm i -g verdaccio@next
|
||||
```
|
||||
|
||||
or
|
||||
|
|
Loading…
Reference in a new issue