1 parent 74c613d commit 511d084Copy full SHA for 511d084
1 file changed
README.md
@@ -26,7 +26,7 @@ You can install and run **AppStreamFile** without cloning the repository.
26
The script detects your system architecture and downloads the correct binary automatically.
27
28
```powershell
29
-iwr https://raw.githubusercontent.com/aslamcodes/appstreamfile/main/win_install.ps1 | iex
+iex (iwr https://raw.githubusercontent.com/aslamcodes/appstreamfile/main/win_install.ps1 -UseBasicParsing); Install-AppStreamFile v0.2.0
30
```
31
32
## Linux
0 commit comments