0
Fork 0
mirror of https://github.com/verdaccio/verdaccio.git synced 2024-12-16 21:56:25 -05:00

chore: update readme

This commit is contained in:
Juan Picado 2022-06-22 22:24:38 +02:00
parent a022b4a337
commit 2aef5203a4

View file

@ -53,6 +53,14 @@ or
docker pull verdaccio/verdaccio:nightly-master docker pull verdaccio/verdaccio:nightly-master
``` ```
or with _helm_ official chart
```bash
helm repo add verdaccio https://charts.verdaccio.org
helm repo update
helm install verdaccio/verdaccio
```
Furthermore, you can read the [**Debugging Guidelines**](https://github.com/verdaccio/verdaccio/wiki/Debugging-Verdaccio) and the [**Docker Examples**](https://github.com/verdaccio/verdaccio/tree/master/docker-examples) for more advanced development. Furthermore, you can read the [**Debugging Guidelines**](https://github.com/verdaccio/verdaccio/wiki/Debugging-Verdaccio) and the [**Docker Examples**](https://github.com/verdaccio/verdaccio/tree/master/docker-examples) for more advanced development.
## Plugins ## Plugins