Skip to content

Commit 9209c0f

Browse files
committed
Added WinGet to list of installation methods
1 parent 2366fdc commit 9209c0f

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

src/routes/docs/install/+page.md

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,20 +20,27 @@ You can also use the preview version alongside the stable release to get early a
2020
The Windows Update and Delivery Optimization services will need to be enabled in order for the installation to work. Modified versions of Windows or running "debloat" scripts/programs are often missing these components and aren't supported.
2121
</InfoBar>
2222

23-
### Install via PowerShell
23+
### PowerShell
2424

2525
1. Open PowerShell as administrator.
2626
2. Run this command `Add-AppxPackage -AppInstallerFile https://cdn.files.community/files/stable/Files.Package.appinstaller`.
2727

28-
### Install via Chocolatey
28+
29+
### Winget
30+
31+
```
32+
winget install -e --id FilesCommunity.Files
33+
```
34+
35+
### Chocolatey
2936

3037
The [Chocolatey](https://community.chocolatey.org/packages/files) package is maintained by a third party.
3138

3239
```
3340
choco install files
3441
```
3542

36-
### Install via Scoop
43+
### Scoop
3744

3845
The [Scoop](https://scoop.sh) package is maintained by a third party.
3946

0 commit comments

Comments
 (0)