hematita icon indicating copy to clipboard operation
hematita copied to clipboard

CLI doesn't install

Open RandomInsano opened this issue 3 years ago • 3 comments

Hmm. Tried installing the CLI based on the README and it failed:

$ cargo install hematita_cli
    Updating crates.io index
error: could not find `hematita_cli` in registry `crates-io` with version `*`

I've tried on Ubuntu 21.10 and Windows 7 (yes, it's old on purpose :D)

RandomInsano avatar Feb 19 '22 21:02 RandomInsano

looks like the cli is not yet published on crates.io

I think you should be able to install it using cargo install hematita_cli --git https://github.com/danii/hematita until it is published on crates.io

lenscas avatar Feb 19 '22 22:02 lenscas

I purposefully refrained from uploading the CLI to crates.io because I wanted to take time to decide if the CLI should've gone in it's own crate or the hematita crate. Of course, it's been a long while since then, and I've already made my decision; I'll be uploading the hematita_cli crate today, soon.

danii avatar Mar 08 '22 20:03 danii

me: sneakily uploads a crate to crates.io with the name hematita_cli :P

edit: just to be clear, I a joking and I haven't done so, nor am I planning to do so. See this comment more as a friendly reminder to maybe push something to that crate name though :)

lenscas avatar Mar 15 '22 01:03 lenscas