mirror of
https://github.com/verdaccio/verdaccio.git
synced 2025-03-11 02:15:57 -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:
|
Install with npm:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
npm install --location=global verdaccio@6-next
|
npm install --location=global verdaccio@next
|
||||||
```
|
```
|
||||||
|
|
||||||
With `yarn`
|
With `yarn`
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
yarn global add verdaccio@6-next
|
yarn global add verdaccio@next
|
||||||
```
|
```
|
||||||
|
|
||||||
With `pnpm`
|
With `pnpm`
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
pnpm i -g verdaccio@6-next
|
pnpm i -g verdaccio@next
|
||||||
```
|
```
|
||||||
|
|
||||||
or
|
or
|
||||||
|
|
Loading…
Add table
Reference in a new issue