Installing the command-line executable
Assuming you have Rust/Cargo installed , run this command in a terminal:
cargo install dinner
It will make the dinner command available in your PATH if you've allowed the PATH to be modified when installing Rust . cargo uninstall dinner uninstalls.
Back to the crate overview .
Readme
dinner
Random dinner generator. We use this to generate 4 dinners and then shop for all of them at once. It's efficient and answers the question "what's for dinner?". Now you have an answer other than "I donno"
Building
Download rust: https://www.rustup.rs/
execute cargo build -- release
run ./target/release/dinner and enjoy!