feat: add instructions on how to run this thing

This commit is contained in:
Daniel Alejandro Gallegos 2023-11-12 19:52:43 -05:00
parent a176e62ef4
commit a29670ca77
Signed by: taco
GPG key ID: 5A09E616957C4F12

View file

@ -2,7 +2,20 @@
A CLI app that prints a random [Strong Bad Email](http://www.hrwiki.org/wiki/Strong_Bad_Email), written in Rust. A CLI app that prints a random [Strong Bad Email](http://www.hrwiki.org/wiki/Strong_Bad_Email), written in Rust.
## Install
You will need rustc/cargo installed. Then, install the package from Codeberg:
```
cargo install strongbad_email --git https://codeberg.org/takouhai/strongbad_email.git
```
then just run
```
strongbad_email
```
and you should be good to go.
## License ## License