Update README.md

This commit is contained in:
RustDesk 2021-08-06 20:22:21 +08:00 committed by GitHub
parent a6ff64441e
commit baa3343035
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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