From 23d2cda28894d9803a47cf9208d0ac930b83ea9a Mon Sep 17 00:00:00 2001 From: Kalle <38327916+Sendouc@users.noreply.github.com> Date: Sun, 26 Apr 2026 07:19:48 +0300 Subject: [PATCH] Mention pnpm in README "Running locally" section Closes #3011 --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index d3e757da5..d46c337ac 100644 --- a/README.md +++ b/README.md @@ -56,6 +56,7 @@ Another key objective is to bridge the gap between casual and competitive player - [Git](https://git-scm.com/) - [Node.js v22](https://nodejs.org/en) +- [pnpm](https://pnpm.io/installation) Optionally [nvm](https://github.com/nvm-sh/nvm) can be convenient for managing multiple Node.js installs @@ -66,6 +67,7 @@ First verify you have Node.js and git installed: ```bash node --version git --version +pnpm --version ``` You should see something like: @@ -73,6 +75,7 @@ You should see something like: ``` v22.13.0 git version 2.39.5 (Apple Git-154) +10.33.0 ``` (if not then go back to "Prerequisites" and install what is missing)