Update README.md

This commit is contained in:
RustDesk 2021-07-08 11:09:07 +08:00 committed by GitHub
parent aa35b7818e
commit 5f99aab3ee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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