mirror of
https://github.com/fleetdm/fleet
synced 2026-05-24 09:28:54 +00:00
Fix typo in build docs (#2833)
This commit is contained in:
parent
bcfac603f0
commit
11adfb4fe3
1 changed files with 1 additions and 1 deletions
|
|
@ -39,7 +39,7 @@ sudo npm install -g yarn
|
|||
|
||||
#### Windows
|
||||
|
||||
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:
|
||||
To install dependencies, 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 mingw
|
||||
npm install -g yarn
|
||||
|
|
|
|||
Loading…
Reference in a new issue