Closed cromulentbanana closed 3 years ago
hi @mgattozzi -- I realize that build/tests fail on this PR, but perhaps you can understand what I'm trying to achieve here and if so, provide some guidance.
Thanks in advance!
@cryptobanana you did nothing wrong! I had just never uploaded the binary version to crates.io I just uploaded it so you should be able to install it with cargo install fsays
now!
I forgot to close this PR since the issue was resolved! Going to do that now.
Hi! I'd love to be able to intall
fsays
using cargo but...I'm struggling to understand whether there is a way to install the
fsays
binary usingcargo install --bin
. At first glance in the Cargo Book it seems that there might be a way to do it withcargo install ferris-says --bin fsays
but that fails because there is not a bin target named fsays.To your knowledge, is this the right way to go about supporting
cargo install
forfsays
?Alternately, if there's no way to achieve installing fsays using
cargo install
I'd be happy to update the README with a sentence or two explaining that the user must clone the git repo and invokecargo install --path .
or something like that.