0
Fork 0
mirror of https://github.com/verdaccio/verdaccio.git synced 2025-01-20 22:52:46 -05:00

chore: update readme

This commit is contained in:
Juan Picado 2022-06-22 22:33:41 +02:00
parent 5075030749
commit 78c789c76c

View file

@ -34,7 +34,27 @@ Install with npm:
npm install --global verdaccio
```
> Node.js v12 is required for Verdaccio 5
> Node.js v12 or higher is required for Verdaccio 5
or pull [Docker official image](https://verdaccio.org/docs/docker)
```bash
docker pull verdaccio/verdaccio
```
and run
```bash
docker run -it --rm --name verdaccio -p 4873:4873 verdaccio/verdaccio
```
or with _helm_ [official chart](https://github.com/verdaccio/charts).
```bash
helm repo add verdaccio https://charts.verdaccio.org
helm repo update
helm install verdaccio/verdaccio
```
Are you still using **Verdaccio 4**?. Check the [migration guide](https://verdaccio.org/blog/2021/04/14/verdaccio-5-migration-guide).