Skip to content

Commit

Permalink
adding installation instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
nrminor committed May 17, 2024
1 parent 0022546 commit ca44353
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,3 +39,13 @@ Options:
-h, --help Print help
-V, --version Print version
```

### Installation

`give_a_sheet` is currently distributed through [crates.io](https://crates.io/), the Rust package repository. The easiest way to install it on your machine is to [install the Rust toolchain](https://www.rust-lang.org/tools/install) and then `cargo install` it in the command line, like so:

```zsh
cargo install give_a_sheet
```

This will compile the tool locally and make it available. Try it out with `give_a_sheet -h`,

0 comments on commit ca44353

Please sign in to comment.