From 460328846ecf2864c0c0e746ab2819776a35a9a0 Mon Sep 17 00:00:00 2001 From: flippingbitss Date: Sat, 18 Oct 2025 14:21:28 -0400 Subject: [PATCH 1/2] docs: add pnpm to list of tools needed in getting started --- src/docs/contribute/development.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/docs/contribute/development.md b/src/docs/contribute/development.md index 0478dae9b3c..3be84735275 100644 --- a/src/docs/contribute/development.md +++ b/src/docs/contribute/development.md @@ -53,6 +53,11 @@ Install CMake by downloading from the official [website](https://cmake.org/downl brew install cmake ``` +### Install pnpm + +Install `pnpm` (a package manager for node.js, similar to `npm`) by following instructions from the official [website](https://pnpm.io/installation). + + #### Dependencies Run the following command in `justfile` at the project root to install dependencies: From 09e8c7613e5bdbdb04eaea3a727dfa902cf7c549 Mon Sep 17 00:00:00 2001 From: Boshen Date: Sun, 19 Oct 2025 09:56:01 +0800 Subject: [PATCH 2/2] u --- src/docs/contribute/development.md | 1 - 1 file changed, 1 deletion(-) diff --git a/src/docs/contribute/development.md b/src/docs/contribute/development.md index 3be84735275..bec8ad4f43a 100644 --- a/src/docs/contribute/development.md +++ b/src/docs/contribute/development.md @@ -57,7 +57,6 @@ brew install cmake Install `pnpm` (a package manager for node.js, similar to `npm`) by following instructions from the official [website](https://pnpm.io/installation). - #### Dependencies Run the following command in `justfile` at the project root to install dependencies: