Skip to content

Commit

Permalink
docs: Add path
Browse files Browse the repository at this point in the history
  • Loading branch information
Dustin Blackman committed Oct 27, 2023
1 parent a1b547a commit 21fc3db
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ cargo-nextest = { version = "0.9.57", locked = true }
| branch | String | false | A git branch to install from when `git` is set. This takes priority over `tag` and `rev` |
| tag | String | false | A git tag to install from when `git` is set. `branch` will take priority if set, and takes priority over `rev`. |
| rev | String | false | A git revision to install from when `git` is set. `branch` and `tag` will take priority if set. |
| path | String | false | The path to a local crate to install. |

If you're a fan of prebuilt binaries and fast downloads, run-bin will use [`cargo-binstall`](https://github.com/cargo-bins/cargo-binstall) if it's installed globally, or configured within `[package.metadata.bin]`, rather than building tools from source.

Expand Down

0 comments on commit 21fc3db

Please sign in to comment.