File tree Expand file tree Collapse file tree 2 files changed +11
-0
lines changed
website/src/content/docs/getting-started Expand file tree Collapse file tree 2 files changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -78,6 +78,11 @@ powershell -ExecutionPolicy Bypass -Command "Invoke-Expression ((New-Object Syst
7878```
7979If 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```
8388scoop install superfile
Original file line number Diff line number Diff line change @@ -59,6 +59,12 @@ Use `SPF_INSTALL_VERSION` to specify a version :
5959powershell -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+
6268With [Scoop](https://scoop.sh/):
6369
6470```bash
You can’t perform that action at this time.
0 commit comments