Skip to content

Commit

Permalink
install-and-setup.md: --strategy -> --strategies for `cargo binst…
Browse files Browse the repository at this point in the history
…all`
  • Loading branch information
jessesomerville authored and ilyagr committed Nov 22, 2023
1 parent cd4c963 commit 8fac33a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/install-and-setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@ can install the same binaries of the last `jj` release from GitHub as follows:

```shell
# Will put the jj binary for the latest release in ~/.cargo/bin by default
cargo binstall --strategy crate-meta-data jj-cli
cargo binstall --strategies crate-meta-data jj-cli
```

Without the `--strategy` option, you may get equivalent binaries that should be
compiled from the same source code.
Without the `--strategies` option, you may get equivalent binaries that should
be compiled from the same source code.


### Linux
Expand Down

0 comments on commit 8fac33a

Please sign in to comment.