From 5206009e75d8dc1edefdbfb89d3705e2112b4100 Mon Sep 17 00:00:00 2001 From: Jiangqiu Shen Date: Wed, 4 Sep 2024 20:54:09 -0400 Subject: [PATCH] fix installation error using git (#41) 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 ``` :::