-
Notifications
You must be signed in to change notification settings - Fork 3
Building from source
nick42d edited this page Aug 20, 2024
·
3 revisions
To build the repository you will need the stable rust toolchain installed meeting the MSRV in Cargo.toml
- Clone the repository (
git clone https://github.com/nick42d/youtui/
) - Build in release mode
cd youtui && cargo b --release
- Binary will be located at
./target/release/youtui/
Additional development recipes are located in the justfile
, you will need just
installed to run these.
Github and Cargo publish is triggered automatically from the release-plz workflow. AUR publish is currently done manually.