Skip to content

Commit

Permalink
Merge pull request #1079 from likewhatevs/readme-update-3
Browse files Browse the repository at this point in the history
readme: specify cargo install --locked be used
  • Loading branch information
likewhatevs authored Dec 9, 2024
2 parents b9a505c + 7fe57cb commit 230ffb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -344,7 +344,7 @@ built and installed without cloning this repository as long as the necessary
toolchains are available. Simply run:

```
$ cargo install scx_rusty
$ cargo install --locked scx_rusty
```

and `scx_rusty` will be built and installed as `~/.cargo/bin/scx_rusty`.
Expand Down

0 comments on commit 230ffb2

Please sign in to comment.