mirror of
https://github.com/openlibrecommunity/olcrtc.git
synced 2026-05-29 16:39:45 +00:00
docs(readme): reorganize client setup instructions
This commit is contained in:
14
readme.md
14
readme.md
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user