Skip to content

Commit

Permalink
Update cargo component install doc (#88)
Browse files Browse the repository at this point in the history
  • Loading branch information
mh4ck-Thales authored Nov 16, 2023
1 parent bd61939 commit 1a25eaa
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions component-model/src/language-support/rust.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ creating WebAssembly components using Rust as the component's implementation lan

To install `cargo component`, run:

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

> There is currently no binary or `crates.io` distribution of `cargo component`.
> You can find more details about `cargo component` in its [crates.io page](https://crates.io/crates/cargo-component).
## Building a Component with `cargo component`

Expand Down

0 comments on commit 1a25eaa

Please sign in to comment.