mirror of
https://github.com/verdaccio/verdaccio.git
synced 2025-01-27 22:59:51 -05:00
chore: update readme
This commit is contained in:
parent
5075030749
commit
78c789c76c
1 changed files with 21 additions and 1 deletions
22
README.md
22
README.md
|
@ -34,7 +34,27 @@ Install with npm:
|
||||||
npm install --global verdaccio
|
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).
|
Are you still using **Verdaccio 4**?. Check the [migration guide](https://verdaccio.org/blog/2021/04/14/verdaccio-5-migration-guide).
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue