modify compile command (#333)

* modify compile command

* fix(READMD.md): compile from git

* Update README_CN.md
This commit is contained in:
M2kar 2024-09-18 21:57:25 +08:00 committed by GitHub
parent ac9cfa5040
commit 9f273dc887
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -47,7 +47,7 @@ EasyTier is a simple, safe and decentralized VPN networking solution implemented
3. **Install from source code** 3. **Install from source code**
```sh ```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** 4. **Install by Docker Compose**

View File

@ -47,7 +47,7 @@
3. **通过源码安装** 3. **通过源码安装**
```sh ```sh
cargo install --git https://github.com/EasyTier/EasyTier.git cargo install --git https://github.com/EasyTier/EasyTier.git easytier
``` ```
4. **通过Docker Compose安装** 4. **通过Docker Compose安装**