Update README.md

This commit is contained in:
RustDesk
2021-07-08 11:09:26 +08:00
committed by GitHub
parent 5f99aab3ee
commit a6ff64441e

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.
## How to run
```
```bash
# install rustup first, https://rustup.rs/
IP=<your public ip> cargo run
```