# EZWordle2 A new and improved Wordle solver, powered by the Rust programming language. EZWordle2 is a rewrite of the original EZWordle solver located at [josephrhobbs/ezwordle](https://github.com/josephrhobbs/ezwordle). ## Installation Installing EZWordle2 requires only the latest stable version of Cargo, the Rust package manager. With Cargo installed, you may install EZWordle2 from the [crates.io](https://crates.io) package index. ``` $ cargo install ezwordle2 ``` ## Execution Once the package is installed, you can easily run the binary by executing `wordle` in any directory. ``` $ wordle ```