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