installation documentation update - for cargo-binstall method - ya (cli) is not available. #4376
|
Installation documentation needs an additional information. |
Replies: 2 comments
|
That's expected with binstall, cargo binstall yazi-fm yazi-cliBoth crates have binstall metadata pointing to the same release archive (the one that contains Agreed the docs should mention it though, the Cargo Binstall section currently only shows |
|
I opened a PR for the docs : yazi-rs/yazi-rs.github.io#426 |

That's expected with binstall,
yalives in its own crate.yazi-fmonly ships theyazibinary, and the CLI is inyazi-cli. You just need to ask for bothBoth crates have binstall metadata pointing to the same release archive (the one that contains
yaziandya), so it downloads the prebuilt binary foryatoo, no compiling. That's also why the plaincargo installsection usesyazi-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.