mirror of
https://github.com/verdaccio/verdaccio.git
synced 2024-12-16 21:56:25 -05:00
Merge pull request #252 from verdaccio/juanpicado-patch-1
Update README.md
This commit is contained in:
commit
789e7590bf
1 changed files with 11 additions and 0 deletions
11
README.md
11
README.md
|
@ -44,6 +44,9 @@ $ yarn global add verdaccio
|
||||||
# run in your terminal
|
# run in your terminal
|
||||||
$ verdaccio
|
$ verdaccio
|
||||||
|
|
||||||
|
# After npm 5.2 you can use npx which install and launch verdaccio with the same command
|
||||||
|
$ npx verdaccio
|
||||||
|
|
||||||
# npm configuration
|
# npm configuration
|
||||||
$ npm set registry http://localhost:4873/
|
$ npm set registry http://localhost:4873/
|
||||||
|
|
||||||
|
@ -53,6 +56,14 @@ $ npm set ca null
|
||||||
```
|
```
|
||||||
|
|
||||||
Now you can navigate to [http://localhost:4873/](http://localhost:4873/) where your local packages will be listed and can be searched.
|
Now you can navigate to [http://localhost:4873/](http://localhost:4873/) where your local packages will be listed and can be searched.
|
||||||
|
|
||||||
|
## Beta
|
||||||
|
|
||||||
|
If you are an adventurous developer you can use and install the latest beta version
|
||||||
|
|
||||||
|
```bash
|
||||||
|
$ npm install -g verdaccio@beta
|
||||||
|
```
|
||||||
|
|
||||||
## Configuration
|
## Configuration
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue