0
Fork 0
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:
Juan Picado @jotadeveloper 2017-07-16 08:51:38 +02:00 committed by GitHub
commit 789e7590bf

View file

@ -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