Skip to content

Commit

Permalink
Specify which binary to select in installation command (#104)
Browse files Browse the repository at this point in the history
* Specify which binary to select in installation command

* Update README.md

Co-authored-by: Peter Huene <peter@huene.dev>

* Update crates/wit/README.md

Co-authored-by: Peter Huene <peter@huene.dev>

---------

Co-authored-by: Peter Huene <peter@huene.dev>
  • Loading branch information
kajacx and peterhuene authored Aug 3, 2023
1 parent d10aacb commit d14cef6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ may cause build errors for existing component projects.
To install the `cargo component` subcommand, run the following command:

```
cargo install --git https://github.com/bytecodealliance/cargo-component --locked
cargo install --git https://github.com/bytecodealliance/cargo-component --locked cargo-component
```

The [currently published crate](https://crates.io/crates/cargo-component)
Expand Down
2 changes: 1 addition & 1 deletion crates/wit/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ for defining interfaces, types, and worlds used in WebAssembly components.
## Installation

```
cargo install --bin wit --locked --git https://github.com/bytecodealliance/cargo-component
cargo install --git https://github.com/bytecodealliance/cargo-component --locked wit
```

## Initializing a WIT package
Expand Down

0 comments on commit d14cef6

Please sign in to comment.