From baa3343035b33ee8fd36d416164b2ac1b0d50cdd Mon Sep 17 00:00:00 2001 From: RustDesk <71636191+rustdesk@users.noreply.github.com> Date: Fri, 6 Aug 2021 20:22:21 +0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5cc50c2..e0bd648 100644 --- a/README.md +++ b/README.md @@ -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= cargo run +IP= cargo run ```