mirror of
https://github.com/house-of-vanity/v2-uri-parser.git
synced 2025-12-15 14:47:51 +00:00
Update README.md
This commit is contained in:
committed by
GitHub
parent
113c8254ab
commit
e1aca3b282
@@ -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"
|
||||||
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user