mirror of
https://github.com/EasyTier/easytier.github.io.git
synced 2025-05-19 10:27:06 +00:00
19 lines
563 B
Markdown
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
|
|
```
|
|
::: |