Skip to content

Commit

Permalink
docs: update cargo install args to use --locked to make sure, they …
Browse files Browse the repository at this point in the history
…build

Signed-off-by: simonsan <[email protected]>
  • Loading branch information
simonsan committed Mar 11, 2024
1 parent 681fdc2 commit df11bc2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,13 +102,13 @@ Check out the [releases](https://github.com/pace-rs/pace/releases).
unstable.

```bash
cargo install --git https://github.com/pace-rs/pace.git pace-rs
cargo install --git https://github.com/pace-rs/pace.git pace-rs --locked
```

### crates.io

```bash
cargo install pace-rs
cargo install pace-rs --locked
```

## Usage
Expand Down

0 comments on commit df11bc2

Please sign in to comment.