mirror of
https://github.com/verdaccio/verdaccio.git
synced 2024-12-30 22:34:10 -05:00
docs: update intro
This commit is contained in:
parent
0c32bdfe43
commit
edd211ec67
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ You can use a custom registry either setting globally for all your projects
|
|||
npm set registry http://localhost:4873
|
||||
```
|
||||
|
||||
or by command line as argument `--registry` in npm (slightly different un yarn)
|
||||
or by command line as argument `--registry` in npm (slightly different in yarn)
|
||||
|
||||
```
|
||||
npm install lodash --registry http://localhost:4873
|
||||
|
|
Loading…
Reference in a new issue