docs(readme): add Windows batch script instructions to quick star

This commit is contained in:
zarazaex69
2026-04-13 00:43:26 +03:00
parent 2a55723a1e
commit e6e7b90e2e

View File

@@ -27,12 +27,18 @@ or wait for the release or at least a beta
## fast start
```bash
# server ( podman, pre configured, easy )
# server ( podman, pre configured, easy, unix )
./script/srv.sh
# client ( podman, pre configured, easy
# client ( podman, pre configured, easy, unix )
./script/cnc.sh
# server ( podman, pre configured, easy, win )
./script/srv.bat
# client ( podman, pre configured, easy, win )
./script/cnc.bat
# Also there's a client UI version (currently in beta)
./script/ui.sh