Newer
Older
# Installation
There are a few ways you can install Crunch, depending on your needs
## Pre-built Binaries
- [Latest version for Windows]()
- [Latest version for Linux]()
## Via Cargo
`cargo install crunch`
## From Source
```bash
git clone https://lab.lcr.gr/microhacks/crunch.git crunch
cd crunch
cargo build --release
cp target/release/crunch /some/path/entry
```