mirror of
https://github.com/verdaccio/verdaccio.git
synced 2024-11-08 23:25:51 +01:00
docs: update website 6.x
This commit is contained in:
parent
d575eb9356
commit
49a1fc11c2
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user