docs: update README with Windows tunnel client instructions

snowmerak committed Dec 21, 2025 at 11:44 UTC 7ab862587d6a6382e0d792e274fc4ec85262be19
1 file changed +3
README.md
+3
@@ -52,6 +52,9 @@ For a public deployment guide (DNS, TLS, reverse proxy), see [docs/portal-deploy
52 # 1. Start your local service
53
54 # 2. Run the tunnel client to expose
55 +## If you use it in windows
56 +$env:HOST="localhost:3000"; $env:NAME="myapp"; irm http://localhost:4017/tunnel | iex
57 +## Else
58 curl -fsSL http://localhost:4017/tunnel | HOST=localhost:3000 NAME=myapp sh
59 ```
60