Skip to content

Commit

Permalink
update installation instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
coriolinus committed Feb 12, 2021
1 parent c9d9caf commit 9300653
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "calc"
version = "0.2.0"
version = "0.2.1"
authors = ["Peter Goodspeed-Niklaus <[email protected]>"]
edition = "2018"
description = "CLI calculator app"
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ Yet another CLI calculator. Inspired by the excellent <https://github.com/alfred

## Installation

With a Rust installation, you can always install the head of `main` with:
With a Rust toolchain in place:

```sh
cargo install --force --git https://github.com/coriolinus/calc.git --branch main
cargo install --force calc
```

Alternately, you can download a precompiled executable of the most recent [release](https://github.com/coriolinus/calc/releases).
Expand Down

0 comments on commit 9300653

Please sign in to comment.