From 1c16109f633335f86662f769bb5483609a3cc22c Mon Sep 17 00:00:00 2001 From: WofWca Date: Sat, 24 Dec 2022 19:58:04 +0800 Subject: [PATCH] docs: README: make setup and requirements clearer --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index c9712a2..0f9f82f 100644 --- a/README.md +++ b/README.md @@ -13,13 +13,13 @@ ## Setup -* Install `webrtc-socket-proxy` +* Install `webrtc-socket-proxy` on both peers ``` $ go get -u github.com/poga/webrtc-socket-proxy ``` -* Setup [centrifugo](https://github.com/centrifugal/centrifugo/releases) with [example config](config.centrifugo.test.json). +* On the third machine with a dedicated IP, setup [centrifugo](https://github.com/centrifugal/centrifugo/releases) with [example config](config.centrifugo.test.json). ## Usage @@ -30,7 +30,7 @@ $ webrtc-socket-proxy -signal= -secret= -secret= -to= -listen=:4444 ``` -You can send data to your `` via connecting to `:4444` now. +You can send data from the `As` machine to your `` via connecting to `:4444` of the `To` machine now. ## Roadmap @@ -39,4 +39,4 @@ You can send data to your `` via connecting to `:4444` now. ## License -The MIT License \ No newline at end of file +The MIT License