···2020cargo install cpc
2121```
22222323-To install the CLI directly, grab the appropriate binary from [cpc's Releases page on GitHub](https://github.com/probablykasper/cpc/releases), then place it wherever you normally place binaries on your OS (On Windows, you may need to edit your PATH variable or something).
2323+To install the CLI directly, grab the appropriate binary from [cpc's Releases page on GitHub](https://github.com/probablykasper/cpc/releases), then place it wherever you normally place binaries on your OS.
242425252626## CLI Usage
···110110## Dev Instructions
111111112112### Get started
113113-Install [Rust](https://www.rust-lang.org). This project was built in Rust 1.45.
113113+Install [Rust](https://www.rust-lang.org).
114114115115Run cpc with a CLI argument as input:
116116```
···213213### Releasing a new version
2142142152151. Update `CHANGELOG.md`
216216-2. Bump the version number in `Cargo.toml` and run `cargo check`
216216+2. Bump the version number in `Cargo.toml`
2172173. Run `cargo test`
2182184. Cross-compile cpc by following [the steps above](#cross-compiling)
2192195. Commit and tag in format `v#.#.#`