Skip to content
Discussion options

You must be logged in to vote

That's expected with binstall, ya lives in its own crate. yazi-fm only ships the yazi binary, and the CLI is in yazi-cli. You just need to ask for both

cargo binstall yazi-fm yazi-cli

Both crates have binstall metadata pointing to the same release archive (the one that contains yazi and ya), so it downloads the prebuilt binary for ya too, no compiling. That's also why the plain cargo install section uses yazi-build, which pulls in both.

Agreed the docs should mention it though, the Cargo Binstall section currently only shows cargo binstall yazi-fm. Might be worth a quick PR to yazi-rs.github.io.

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by gigaimage
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
1. Q&A
Labels
None yet
2 participants