diff --git a/web/project-website/content/development/getting-started/_index.md b/web/project-website/content/development/getting-started/_index.md index 2def3990..f45e26b8 100644 --- a/web/project-website/content/development/getting-started/_index.md +++ b/web/project-website/content/development/getting-started/_index.md @@ -44,7 +44,9 @@ sudo npm install --global yarn {{< /tab >}} {{< tab "Windows" >}} -Install [Node v16 LTS](https://nodejs.org/en/download/) and then install Yarn via: +Install [Node v16 LTS](https://nodejs.org/en/download/). Be sure to enable the "Automatically install the necessary tools" checkbox. + +Then install Yarn via: ``` npm install --global yarn