mirror of
https://github.com/verdaccio/verdaccio.git
synced 2025-03-11 02:15:57 -05:00
update doc
This commit is contained in:
parent
1b8b74c364
commit
4fc7fc6bcb
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
```
|
||||
|
||||

|
||||
|
|
Loading…
Add table
Reference in a new issue