Skip to content

Commit 511d084

Browse files
committed
chore: update readme for installation script
1 parent 74c613d commit 511d084

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ You can install and run **AppStreamFile** without cloning the repository.
2626
The script detects your system architecture and downloads the correct binary automatically.
2727

2828
```powershell
29-
iwr https://raw.githubusercontent.com/aslamcodes/appstreamfile/main/win_install.ps1 | iex
29+
iex (iwr https://raw.githubusercontent.com/aslamcodes/appstreamfile/main/win_install.ps1 -UseBasicParsing); Install-AppStreamFile v0.2.0
3030
```
3131

3232
## Linux

0 commit comments

Comments
 (0)