Skip to content

Commit

Permalink
docs: updates the README.md to point to crates.io for install
Browse files Browse the repository at this point in the history
  • Loading branch information
claymcleod committed Mar 20, 2024
1 parent b303ce4 commit 156328f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,11 +45,11 @@ Before you can install `sprocket`, you'll need to install
[Rust](https://www.rust-lang.org/). We recommend using
[rustup](https://rustup.rs/) to accomplish this.

Once Rust is installed, you can install the latest version of `sprocket` (as
released on the `main` branch) by running the following command.
Once Rust is installed, you can install the latest version of `sprocket` by
running the following command.

```bash
cargo install --locked --git https://github.com/stjude-rust-labs/sprocket.git
cargo install sprocket
```

## 🖥️ Development
Expand Down

0 comments on commit 156328f

Please sign in to comment.