From 6a1b82f52f5c0c32fd805f7046924b7bddde50fa Mon Sep 17 00:00:00 2001 From: Zach Wasserman Date: Mon, 9 Aug 2021 18:21:42 -0700 Subject: [PATCH] Add yarn install to Windows instructions (#1606) --- docs/3-Contributing/1-Building-Fleet.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/3-Contributing/1-Building-Fleet.md b/docs/3-Contributing/1-Building-Fleet.md index dcd31f0514..f7fd40c252 100644 --- a/docs/3-Contributing/1-Building-Fleet.md +++ b/docs/3-Contributing/1-Building-Fleet.md @@ -42,6 +42,7 @@ sudo npm install -g yarn To install dependecies, we recommend using [Chocolatey](https://chocolatey.org/install). Chocolatey must be run in Powershell as an Administrator. Assuming your setup does not include any of our requirements, please run: ``` choco install nodejs git golang docker make python2 +npm install -g yarn ``` Note: all packages default to the latest versions. To specify a version, place `--version ` after each package. You may also install all packages manually from their websites if you prefer.