mirror of https://github.com/grafana/grafana.git
Docs: Fix broken dependency documentation (#101631)
This commit is contained in:
parent
7411472f52
commit
7970f0c79f
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue