Update README.md

This commit is contained in:
RustDesk
2021-08-06 20:22:21 +08:00
committed by GitHub
parent a6ff64441e
commit baa3343035

View File

@@ -4,5 +4,5 @@ This is a super simple working demo implementation with only one relay connectio
## How to run
```bash
# install rustup first, https://rustup.rs/
IP=<your public ip> cargo run
IP=<public ip of this machine> cargo run
```