0
Fork 0
mirror of https://github.com/verdaccio/verdaccio.git synced 2025-04-01 02:42:23 -05:00

docs: update website 6.x

This commit is contained in:
Juan Picado 2024-01-07 11:44:42 +01:00
parent d575eb9356
commit 49a1fc11c2

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@latest-6
```
or using `yarn@1.x` _classic_,
```bash
yarn global add verdaccio
yarn global add verdaccio@latest-6
```
or using `pnpm`
```bash
pnpm install -g verdaccio
pnpm install -g verdaccio@latest-6
```
![install verdaccio](/img/install_verdaccio.gif)