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

@@ -48,6 +48,13 @@
```sh
cargo install --git https://github.com/EasyTier/EasyTier.git
```
4. **Install by script (For Linux Only)**
```sh
curl -fsSL "https://raw.githubusercontent.com/EasyTier/EasyTier/main/script/easytier.sh" | bash -s install
```
You can aslo uninstall Easytier by the commend "uninstall" of this script
## Quick Start