Docs: Fix broken dependency documentation (#101631)

This commit is contained in:
Jo
2025-03-20 16:31:29 +01:00
committed by GitHub
parent 7411472f52
commit 7970f0c79f
+6 -1
View File
@@ -19,8 +19,13 @@ We recommend using [Homebrew](https://brew.sh/) for installing any missing depen
brew install git
brew install go
brew install node@22
brew install corepack
```
In the repository enable and install yarn via corepack
```
corepack enable
corepack install
```
### Windows