You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/routes/docs/install/+page.md
+10-3Lines changed: 10 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,20 +20,27 @@ You can also use the preview version alongside the stable release to get early a
20
20
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.
21
21
</InfoBar>
22
22
23
-
### Install via PowerShell
23
+
### PowerShell
24
24
25
25
1. Open PowerShell as administrator.
26
26
2. Run this command `Add-AppxPackage -AppInstallerFile https://cdn.files.community/files/stable/Files.Package.appinstaller`.
27
27
28
-
### Install via Chocolatey
28
+
29
+
### Winget
30
+
31
+
```
32
+
winget install -e --id FilesCommunity.Files
33
+
```
34
+
35
+
### Chocolatey
29
36
30
37
The [Chocolatey](https://community.chocolatey.org/packages/files) package is maintained by a third party.
31
38
32
39
```
33
40
choco install files
34
41
```
35
42
36
-
### Install via Scoop
43
+
### Scoop
37
44
38
45
The [Scoop](https://scoop.sh) package is maintained by a third party.
0 commit comments