diff --git a/README.md b/README.md index d15a71f4..1fc5d4de 100644 --- a/README.md +++ b/README.md @@ -589,3 +589,11 @@ MIT License — see [LICENSE](LICENSE) for details. --- **WiFi DensePose** — Privacy-preserving human pose estimation through WiFi signals. + +## Windows Note + +If running on Windows with Docker Desktop, pass CLI arguments differently: +``` +docker run -p 3000:3000 ruvnet/wifi-densepose:latest -- --help +``` +On Windows, use `--` to pass arguments through the Docker container to the binary inside.