mirror of
https://github.com/openlibrecommunity/olcrtc.git
synced 2026-06-08 21:34:43 +00:00
docs(readme): add Windows batch script instructions to quick star
This commit is contained in:
10
readme.md
10
readme.md
@@ -27,12 +27,18 @@ or wait for the release or at least a beta
|
|||||||
## fast start
|
## fast start
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
# server ( podman, pre configured, easy )
|
# server ( podman, pre configured, easy, unix )
|
||||||
./script/srv.sh
|
./script/srv.sh
|
||||||
|
|
||||||
# client ( podman, pre configured, easy
|
# client ( podman, pre configured, easy, unix )
|
||||||
./script/cnc.sh
|
./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)
|
# Also there's a client UI version (currently in beta)
|
||||||
./script/ui.sh
|
./script/ui.sh
|
||||||
|
|||||||
Reference in New Issue
Block a user