From 8850674d72718f3ff0dd81e2ce990353a8834692 Mon Sep 17 00:00:00 2001 From: Vitaly Zdanevich Date: Tue, 9 Apr 2024 16:30:12 +0300 Subject: [PATCH] installation.md: add link to Repology --- docs/installation.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/installation.md b/docs/installation.md index c2e83dc4219e..a19ef09f2b28 100644 --- a/docs/installation.md +++ b/docs/installation.md @@ -86,6 +86,8 @@ corepack use pnpm@latest This will add a `"packageManager"` field in your local `package.json` which will instruct Corepack to always use a specific version on that project. This can be useful if you want reproducability, as all developers who are using Corepack will use the same version as you. When a new version of pnpm is released, you can re-run the above command. +See package name for your system package manager at [Repology](https://repology.org/project/pnpm/versions). + ## Using npm We provide two packages of pnpm CLI, `pnpm` and `@pnpm/exe`.