fix installation error using git (#41)

fix error: error: multiple packages with binaries found: easytier, easytier-gui
This commit is contained in:
Jiangqiu Shen
2024-09-05 08:54:09 +08:00
committed by GitHub
parent 3231dda499
commit 5206009e75
+1 -1
View File
@@ -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
```
:::