mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 17:08:53 +00:00
Add yarn install to Windows instructions (#1606)
This commit is contained in:
parent
1b393a7cf1
commit
6a1b82f52f
1 changed files with 1 additions and 0 deletions
|
|
@ -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 <version-number>` after each package. You may also install all packages manually from their websites if you prefer.
|
||||
|
|
|
|||
Loading…
Reference in a new issue