0
Fork 0
mirror of https://github.com/verdaccio/verdaccio.git synced 2025-03-11 02:15:57 -05:00

Update README.md

Add beta version
Add npx command
This commit is contained in:
Juan Picado @jotadeveloper 2017-07-16 08:39:21 +02:00 committed by GitHub
parent b55a0b6c31
commit 4cc2e0b44b

View file

@ -44,6 +44,9 @@ $ yarn global add verdaccio
# run in your terminal
$ verdaccio
# After npm 5.2 you can use npx which install and launch verdaccio with the same command
$ npx verdaccio
# npm configuration
$ 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.
## Beta
If you are an adventurous developer you can use and install the latest beta version
```bash
$ npm install -g verdaccio@beta
```
## Configuration