0
Fork 0
mirror of https://github.com/verdaccio/verdaccio.git synced 2025-02-17 23:45:29 -05:00

update doc

This commit is contained in:
Juan Picado 2024-01-14 20:35:17 +01:00
parent 1b8b74c364
commit 4fc7fc6bcb

View file

@ -32,19 +32,19 @@ Learn the basics before getting started, how to install, where is the location o
Using `npm`
```bash
npm install --location=global verdaccio@7-next
npm install --location=global verdaccio@next-7
```
or using `yarn@1.x` _classic_,
```bash
yarn global add verdaccio
yarn global add verdaccio@next-7
```
or using `pnpm`
```bash
pnpm install -g verdaccio
pnpm install -g verdaccio@next-7
```
![install verdaccio](/img/install_verdaccio.gif)