Skip to content

Commit

Permalink
Merge pull request #609 from GlenDC/patch-1
Browse files Browse the repository at this point in the history
remove dollar sign from shell commands
  • Loading branch information
bholley committed May 14, 2024
2 parents 9f8f843 + e1e5c82 commit d5aee4c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions book/src/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@

Installing `cargo vet` can be done through Cargo:

```
$ cargo install --locked cargo-vet
```sh
cargo install --locked cargo-vet
```

Afterwards you can confirm that it's installed via:

```
$ cargo vet --version
```sh
cargo vet --version
```

0 comments on commit d5aee4c

Please sign in to comment.