From 4b6102971835a18151407ea1bca03263264be125 Mon Sep 17 00:00:00 2001 From: Juan Picado Date: Mon, 22 Aug 2022 20:31:59 +0200 Subject: [PATCH] chore: add more install notes --- website/docs/install.md | 18 +++++++++++++++++- website/docs/what-is-verdaccio.md | 4 +--- 2 files changed, 18 insertions(+), 4 deletions(-) diff --git a/website/docs/install.md b/website/docs/install.md index cdb4cbe09..86a51abd6 100644 --- a/website/docs/install.md +++ b/website/docs/install.md @@ -23,7 +23,7 @@ Are you still using **Verdaccio 4**?. Check the [migration guide](https://verdac Learn the basics before getting started, how to install, where is the location of the configuration file and more. - + ## Installing the CLI {#installing-the-cli} @@ -51,6 +51,22 @@ pnpm install -g verdaccio ![install verdaccio](/img/install_verdaccio.gif) +### Next major release (verdaccio 6 alpha) {#next-major-release} + +Next [major release is under development](https://github.com/verdaccio/verdaccio/discussions/2970), byt can try it out already, either for testing purposes or helping to catch any possible bug, if you find something report it under the label [6.x bugs](https://github.com/verdaccio/verdaccio/labels/6.x%20bugs). + +```bash +npm install --global verdaccio@6-next +``` + +or with the docker image + +```bash +docker pull verdaccio/verdaccio:nightly-master +``` + +> The docker image `verdaccio/verdaccio:nightly-master` is alinged with the latest commits in master branch, while the npmjs version has a longer release cycle. **It is highly recommended don't use alpha versions for production**. + ## Basic Usage {#basic-usage} Once it has been installed, you only need to execute the CLI command: diff --git a/website/docs/what-is-verdaccio.md b/website/docs/what-is-verdaccio.md index 8d7b413c8..60ea0f59d 100644 --- a/website/docs/what-is-verdaccio.md +++ b/website/docs/what-is-verdaccio.md @@ -5,9 +5,7 @@ title: "What is Verdaccio?" Verdaccio is a **lightweight private npm proxy registry** built in **Node.js** -[![logo](https://cdn.verdaccio.dev/website/watch-us.png)](https://www.youtube.com/channel/UC5i20v6o7lSjXzAHOvatt0w) - - + ## What's a registry? {#whats-a-registry}