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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 6 additions and 1 deletions

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