···2020You'll need a Rust toolchain. Install via [rustup](https://rustup.rs) if you don't have one.
21212222```sh
2323-git clone <repo-url> dollysay
2323+git clone https://tangled.org/paeth.xyz/dollysay dollysay
2424cd dollysay
2525cargo install --path .
2626```
···3333dollysay hello # speak a message
3434echo "baa" | dollysay # read from stdin
3535dollysay --clone "we are many" # two Dollys, one bubble
3636+dollysay --think # render the message as a thought bubble
3637dollysay --muse # hear what Dolly has to say
3738```
3839