Skip to content

Commit 3b7ed6a

Browse files
committed
fix: adjusted winget package identifier flag
1 parent 4e20e1d commit 3b7ed6a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ If you want to inspect the script, see : [install.ps1](./website/public/install.
8080

8181
#### [Winget](https://winget.run/)
8282
```powershell
83-
winget install yorukot.superfile
83+
winget install --id yorukot.superfile
8484
```
8585

8686
#### [Scoop](https://scoop.sh/)

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ powershell -ExecutionPolicy Bypass -Command "$env:SPF_INSTALL_VERSION=1.2.1; Inv
6262
With [Winget](https://winget.run/):
6363

6464
```powershell
65-
winget install yorukot.superfile
65+
winget install --id yorukot.superfile
6666
``````
6767
6868
With [Scoop](https://scoop.sh/):

0 commit comments

Comments
 (0)