mirror of
https://github.com/verdaccio/verdaccio.git
synced 2025-04-15 03:02:51 -05:00
docs: Fix README.md install command (#2230)
This commit is contained in:
parent
0da7031e77
commit
babe5c3f6c
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ Google Cloud Storage** or create your own plugin.
|
|||
Install with npm:
|
||||
|
||||
```bash
|
||||
npm install --global verdaccio@6-next --https://registry.verdaccio.org/
|
||||
npm install --global verdaccio@6-next --registry https://registry.verdaccio.org/
|
||||
```
|
||||
|
||||
> Published on a temporary registry while setup is ready to publish on npmjs
|
||||
|
|
Loading…
Add table
Reference in a new issue