docs(readme): reorganize client setup instructions

This commit is contained in:
zarazaex69
2026-04-11 14:14:41 +03:00
parent 74755abbd3
commit 702a4f7f9c

View File

@@ -33,6 +33,14 @@ or wait for the release or at least a beta
# client ( podman, pre configured, easy
./script/cnc.sh
# Also there's a client UI version (currently in beta)
./script/ui.sh
# And then
./build/olcrtc-ui
# or native ( no podman ) linux
GOOS=linux GOARCH=amd64 go build ./cmd/olcrtc
@@ -43,12 +51,6 @@ GOOS=android GOARCH=arm64 go build -ldflags="-checklinkname=0" -o build/olcrtc .
GOOS=windows GOARCH=amd64 go build ./cmd/olcrtc
# Also there's a client UI version (currently in beta)
./script/ui.sh
# And then
./build/olcrtc-ui
```
<div align="center">