Add one-click shell script (#196)

* Add one-click install shell script
This commit is contained in:
Sunakier
2024-08-10 00:04:39 +08:00
committed by GitHub
parent d135dd5a6f
commit 1d22fdc972
3 changed files with 332 additions and 0 deletions

View File

@@ -49,6 +49,13 @@
cargo install --git https://github.com/EasyTier/EasyTier.git
```
4. **使用一键脚本安装 (仅适用于 Linux)**
```sh
curl -fsSL "https://raw.githubusercontent.com/EasyTier/EasyTier/main/script/easytier.sh" | bash -s install
```
使用本脚本安装的 Easytier 可以使用脚本的 uninstall 对其卸载
## 快速开始
> 下文仅描述命令行工具的使用,图形界面程序可参考下述概念自行配置。