Files
easytier.github.io/en/guide/installation.md
T
2024-05-07 13:53:05 +08:00

19 lines
563 B
Markdown

# Installation {#installation}
1. **Download the precompiled binary file**
Visit the [GitHub Release page](https://github.com/KKRainbow/EasyTier/releases) to download the binary file suitable for your operating system. Release includes both command-line programs and GUI programs in the compressed package.
2. **Install via crates.io**
::: code-group
```sh [cargo]
cargo install easytier
```
:::
3. **Install from source code**
::: code-group
```sh [cargo]
cargo install --git https://github.com/KKRainbow/EasyTier.git
```
:::