[READ-ONLY] Mirror of https://github.com/probablykasper/cpc. Text calculator with support for units and conversion cpc.kasper.space
calculator cli conversion converter library math package units units-converter wasm website
0

Configure Feed

Select the types of activity you want to include in your feed.

Update README.md

authored by

Kasper and committed by
GitHub
(Feb 1, 2021, 12:53 AM +0100) e4684e72 6b7f0687

+3 -3
+3 -3
README.md
··· 20 20 cargo install cpc 21 21 ``` 22 22 23 - 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). 23 + 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. 24 24 25 25 26 26 ## CLI Usage ··· 110 110 ## Dev Instructions 111 111 112 112 ### Get started 113 - Install [Rust](https://www.rust-lang.org). This project was built in Rust 1.45. 113 + Install [Rust](https://www.rust-lang.org). 114 114 115 115 Run cpc with a CLI argument as input: 116 116 ``` ··· 213 213 ### Releasing a new version 214 214 215 215 1. Update `CHANGELOG.md` 216 - 2. Bump the version number in `Cargo.toml` and run `cargo check` 216 + 2. Bump the version number in `Cargo.toml` 217 217 3. Run `cargo test` 218 218 4. Cross-compile cpc by following [the steps above](#cross-compiling) 219 219 5. Commit and tag in format `v#.#.#`