asciinema / agg

asciinema gif generator
https://docs.asciinema.org/manual/agg/
Apache License 2.0
1.18k stars 43 forks source link

install via 'cargo install' please #32

Closed laoshaw closed 1 year ago

laoshaw commented 1 year ago

can I install agg via 'cargo install' instead of 'git clone then cargo build -r' instead? Thanks.

alexmozaidze commented 1 year ago

This should work

cargo install --git https://github.com/asciinema/agg
laoshaw commented 1 year ago

yes it works. Thanks.