mirror of
https://github.com/openlibrecommunity/olcrtc.git
synced 2026-06-02 18:39:46 +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
|
||||
|
||||
```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
|
||||
|
||||
Reference in New Issue
Block a user