Docs: Fix broken dependency documentation (#101631)

pull/100169/head
Jo 3 months ago committed by GitHub
parent 7411472f52
commit 7970f0c79f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 7
      contribute/developer-guide.md

@ -19,8 +19,13 @@ We recommend using [Homebrew](https://brew.sh/) for installing any missing depen
brew install git brew install git
brew install go brew install go
brew install node@22 brew install node@22
brew install corepack ```
In the repository enable and install yarn via corepack
```
corepack enable corepack enable
corepack install
``` ```
### Windows ### Windows

Loading…
Cancel
Save