1
0
mirror of https://github.com/verdaccio/verdaccio.git synced 2024-11-08 23:25:51 +01:00

chore: update readme

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

@ -53,6 +53,14 @@ or
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.
## Plugins