From 756a0094de7fadf351a40047ecc7a1570e679f87 Mon Sep 17 00:00:00 2001 From: Jiangqiu Shen Date: Tue, 3 Sep 2024 18:37:19 -0400 Subject: [PATCH] fix installation error using git fix error: error: multiple packages with binaries found: easytier, easytier-gui --- guide/installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guide/installation.md b/guide/installation.md index 38aded2..8fd2ba9 100644 --- a/guide/installation.md +++ b/guide/installation.md @@ -16,7 +16,7 @@ 3. **通过源码安装** ::: code-group ```sh [cargo] - cargo install --git https://github.com/EasyTier/EasyTier.git + cargo install --git https://github.com/EasyTier/EasyTier.git easytier ``` :::