Installation
There are multiple ways to install Yarner:
Binaries
- Download the latest binaries for your platform
(Binaries are available for Linux, Windows and macOS) - Unzip somewhere
- Optional: add the parent directory of the executable to your
PATHenvironmental variable
From GitHub using cargo
In case you have Rust installed, you can install with cargo:
cargo install yarner
Clone and build
To build Yarner locally, e.g. to contribute to the project, you will have to clone the repository on your local machine:
git clone https://github.com/mlange-42/yarner
cd into yarner/ and run
cargo build
The resulting binary can be found in yarner/target/debug/ under the name yarner or yarner.exe.