# in_rainbows_printer Prints some [In Rainbows](https://en.wikipedia.org/wiki/In_Rainbows)-style text to your terminal. ## Running #### Either - Download the latest release. - Run from your terminal of choice. #### or - Clone this repo. - Build (make sure you have a Rust toolchain). - Run from your terminal of choice. ## Building - [Install Rust](https://www.rust-lang.org/tools/install). - Add your target using `rustup target add [your build target]`. - Do `cargo build --release --target [your build target]`.