Skip to content

Commit

Permalink
Fix cargo installation command (#1826)
Browse files Browse the repository at this point in the history
Co-authored-by: Marco Ieni <[email protected]>
  • Loading branch information
LukeMathWalker and MarcoIeni authored Nov 10, 2024
1 parent 9a61ee1 commit b0245d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/usage/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ The latest release is on [GitHub](https://github.com/MarcoIeni/release-plz/relea

* Install the rust toolchain in order to have cargo installed by following
[this](https://www.rust-lang.org/tools/install) guide.
* Run `cargo install release-plz --locked`.
* Run `cargo install --locked release-plz`.

## Docker

Expand Down

0 comments on commit b0245d8

Please sign in to comment.