Update README.md

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

View File

@ -2,7 +2,7 @@
This is a super simple working demo implementation with only one relay connection allowed, without NAT traversal, persistence, encryption and any other advanced features. But it can be your good starting point to write your own RustDesk server program. This is a super simple working demo implementation with only one relay connection allowed, without NAT traversal, persistence, encryption and any other advanced features. But it can be your good starting point to write your own RustDesk server program.
## How to run ## How to run
``` ```bash
# install rustup first, https://rustup.rs/ # install rustup first, https://rustup.rs/
IP=<your public ip> cargo run IP=<your public ip> cargo run
``` ```