mirror of
https://github.com/verdaccio/verdaccio.git
synced 2024-12-16 21:56:25 -05:00
(doc): Update readme, add yarn support
This commit is contained in:
parent
9036126359
commit
96c6604252
1 changed files with 3 additions and 0 deletions
|
@ -39,6 +39,9 @@ It allows you to have a local npm registry with zero configuration. You don't ha
|
|||
# installation and starting (application will create default
|
||||
# config in config.yaml you can edit later)
|
||||
$ npm install -g verdaccio
|
||||
# or
|
||||
$ yarn add global verdaccio
|
||||
# run in your terminal
|
||||
$ verdaccio
|
||||
|
||||
# npm configuration
|
||||
|
|
Loading…
Reference in a new issue