mirror of
https://github.com/cargo-bins/cargo-binstall.git
synced 2025-04-23 22:18:41 +00:00
fix: typo
This commit is contained in:
parent
6f05d630f0
commit
71c6b0d209
1 changed files with 1 additions and 1 deletions
|
@ -56,7 +56,7 @@ yes
|
|||
`binstall` works with existing CI-built binary outputs, with configuration via `[package.metadata.binstall]` keys in the relevant crate manifest.
|
||||
When configuring `binstall` you can test against a local manifest with `--manifest-path=PATH` argument to use the crate and manifest at the provided `PATH`, skipping crate discovery and download.
|
||||
|
||||
To get started, add a `[package.metadata.binstall]` section to your `Cargo.toml. As an example, the default configuration would be:
|
||||
To get started, add a `[package.metadata.binstall]` section to your `Cargo.toml`. As an example, the default configuration would be:
|
||||
|
||||
```toml
|
||||
[package.metadata.binstall]
|
||||
|
|
Loading…
Add table
Reference in a new issue