0
Fork 0
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:
Juan Picado 2023-08-21 20:13:23 +02:00 committed by GitHub
parent f652fa3c49
commit e4ed8e63ac
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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