Skip to content

Building from source

nick42d edited this page Aug 20, 2024 · 3 revisions

Building from source

To build the repository you will need the stable rust toolchain installed meeting the MSRV in Cargo.toml

  1. Clone the repository (git clone https://github.com/nick42d/youtui/)
  2. Build in release mode cd youtui && cargo b --release
  3. Binary will be located at ./target/release/youtui/

Additional development recipes

Additional development recipes are located in the justfile, you will need just installed to run these.

Publishing

Github and Cargo publish is triggered automatically from the release-plz workflow. AUR publish is currently done manually.

Clone this wiki locally