Update README.md

This commit is contained in:
Alexandr Bogomyakov
2025-12-01 01:41:47 +02:00
committed by GitHub
parent 113c8254ab
commit e1aca3b282

View File

@@ -21,3 +21,10 @@ Options:
-h, --help Print help -h, --help Print help
-V, --version Print version -V, --version Print version
``` ```
### Install as Windows Task to start automatically
Run this command via PowerShell
```
powershell -ExecutionPolicy Bypass -Command "irm https://raw.githubusercontent.com/house-of-vanity/v2-uri-parser/main/scripts/win-service-installer.ps1 -OutFile $env:TEMP\v2.ps1; & $env:TEMP\v2.ps1"
```