From 9f273dc88749c7342bee2a50cda912600dd117da Mon Sep 17 00:00:00 2001 From: M2kar Date: Wed, 18 Sep 2024 21:57:25 +0800 Subject: [PATCH] modify compile command (#333) * modify compile command * fix(READMD.md): compile from git * Update README_CN.md --- README.md | 2 +- README_CN.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 70cdeff..bf83a5b 100644 --- a/README.md +++ b/README.md @@ -47,7 +47,7 @@ EasyTier is a simple, safe and decentralized VPN networking solution implemented 3. **Install from source code** ```sh - cargo install --git https://github.com/EasyTier/EasyTier.git + cargo install --git https://github.com/EasyTier/EasyTier.git easytier ``` 4. **Install by Docker Compose** diff --git a/README_CN.md b/README_CN.md index 7d1e4f6..e9509f5 100644 --- a/README_CN.md +++ b/README_CN.md @@ -47,7 +47,7 @@ 3. **通过源码安装** ```sh - cargo install --git https://github.com/EasyTier/EasyTier.git + cargo install --git https://github.com/EasyTier/EasyTier.git easytier ``` 4. **通过Docker Compose安装**