Skip to content

Commit

Permalink
docs: explicitly mention cargo install (vs cargo binstall)
Browse files Browse the repository at this point in the history
Closes: #691
  • Loading branch information
ctron committed Jan 29, 2024
1 parent 95bd8ec commit 7cbd9e8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ Head on over to the [Trunk website](https://trunkrs.dev), everything you need is

- [Install](https://trunkrs.dev/#install)
- Download a released binary: https://github.com/trunk-rs/trunk/releases
- `cargo binstall trunk`
- `cargo binstall trunk` (using [cargo-binstall](https://github.com/cargo-bins/cargo-binstall))
- `cargo install --locked`
- `cargo install --git https://github.com/trunk-rs/trunk trunk` (most recent from git)
- `cargo install --path . trunk` (Most recent from local directory)
- [App Setup](https://trunkrs.dev//#app-setup)
Expand Down

0 comments on commit 7cbd9e8

Please sign in to comment.