From source
To build distant from source, you will need to have Git, Rust, and Cargo installed.
- Clone the repository via
git clone https://github.com/chipsenkbeil/distant.git
- From the root of the repository, build via
cargo build --release
- Copy the output binary from
target/release/distant
(ortarget/release/distant.exe
on Windows)