mirror of
https://codeberg.org/takouhai/strongbad_email.git
synced 2024-11-22 21:08:07 -05:00
feat: add instructions on how to run this thing
This commit is contained in:
parent
a176e62ef4
commit
a29670ca77
1 changed files with 13 additions and 0 deletions
13
README.md
13
README.md
|
@ -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.
|
||||
|
||||
## 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
|
||||
|
||||
|
|
Loading…
Reference in a new issue