Skip to content

Commit 9571a22

Browse files
docs: add pnpm to list of tools needed in getting started doc (#556)
1 parent fc765a8 commit 9571a22

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/docs/contribute/development.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,10 @@ Install CMake by downloading from the official [website](https://cmake.org/downl
5353
brew install cmake
5454
```
5555

56+
### Install pnpm
57+
58+
Install `pnpm` (a package manager for node.js, similar to `npm`) by following instructions from the official [website](https://pnpm.io/installation).
59+
5660
#### Dependencies
5761

5862
Run the following command in `justfile` at the project root to install dependencies:

0 commit comments

Comments
 (0)