From 21769dc3856440f28bf24ef4817ee86a0b7aa794 Mon Sep 17 00:00:00 2001 From: eric Date: Mon, 20 Sep 2021 17:36:33 +0800 Subject: [PATCH] chore: fixes docs --- README.md | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/README.md b/README.md index 7e4d190..76e88be 100644 --- a/README.md +++ b/README.md @@ -73,11 +73,6 @@ GATEWAY_MODE=true leaf -c config.conf -There are example projects demonstrating how you could easily build VPN apps for iOS and Android with leaf: - -* iOS: https://github.com/eycorsican/ileaf -* Android: https://github.com/eycorsican/aleaf - ## Build Install Rust: https://www.rust-lang.org/tools/install @@ -93,7 +88,7 @@ cargo build -p leaf-bin Run: ```sh -./target/debug/leaf -h +./target/debug/leaf --help ``` ## License