Skip to content

Commit 53ef2fc

Browse files
committed
chore: add winget install instruction to readme and website
1 parent 0dd32e7 commit 53ef2fc

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,11 @@ powershell -ExecutionPolicy Bypass -Command "Invoke-Expression ((New-Object Syst
7878
```
7979
If you want to inspect the script, see : [install.ps1](./website/public/install.ps1)
8080

81+
#### [Winget](https://winget.run/)
82+
```powershell
83+
winget install superfile
84+
```
85+
8186
#### [Scoop](https://scoop.sh/)
8287
```
8388
scoop install superfile

website/src/content/docs/getting-started/installation.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,12 @@ Use `SPF_INSTALL_VERSION` to specify a version :
5959
powershell -ExecutionPolicy Bypass -Command "$env:SPF_INSTALL_VERSION=1.2.1; Invoke-Expression ((New-Object System.Net.WebClient).DownloadString('https://superfile.netlify.app/install.ps1'))"
6060
```
6161

62+
With [Winget](https://winget.run/):
63+
64+
```powershell
65+
winget install superfile
66+
``````
67+
6268
With [Scoop](https://scoop.sh/):
6369
6470
```bash

0 commit comments

Comments
 (0)