From 4284586c20dedbf5ad24d1277048427404c8116d Mon Sep 17 00:00:00 2001 From: Michael Essiet Date: Mon, 8 Jan 2024 17:00:37 +0100 Subject: [PATCH] Update installation.md --- docs/installation.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/installation.md b/docs/installation.md index d29a6d73a5b3..800dd725e74b 100644 --- a/docs/installation.md +++ b/docs/installation.md @@ -146,6 +146,14 @@ If you have Volta installed, you can install pnpm using the following command: volta install pnpm ``` +## Using pkgx + +If you have pkgx installed, you can install pnpm using the following command: + +``` +pkgx install pnpm +``` + :::tip Do you wanna use pnpm on CI servers? See: [Continuous Integration](./continuous-integration.md).