Files
easytier.github.io/en/guide/installation.md
T
2024-05-07 21:58:38 +08:00

566 B

Installation

  1. Download the precompiled binary file Visit the GitHub Release page 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

    cargo install easytier
    

    :::

  3. Install from source code ::: code-group

    cargo install --git https://github.com/KKRainbow/EasyTier.git
    

    :::