asciinema / agg

asciinema gif generator
Apache License 2.0
1.12k stars 38 forks source link

Installing the package using `cargo install -r` doesn't work #23

Closed shubhamkumar13 closed 1 year ago

shubhamkumar13 commented 1 year ago

Cargo's suggested way right now is to do cargo install --path . maybe updating the doc would be great for people who are using it.

ku1ik commented 1 year ago

What does -r option do? I don't see this option listed in my cargo install --help output.

chasemc commented 1 year ago

For me deleting cargo.lock and then running build worked