diff --git a/README.md b/README.md index 3e19188..3370aca 100644 --- a/README.md +++ b/README.md @@ -9,8 +9,15 @@ This repository contains libraries, toolchains, utilities, and specifications fo ### Build Requirements Besides the latest stable Rust toolchain, you will also need to install: -- [cargo component](https://github.com/bytecodealliance/cargo-component#installation), a Cargo extension for building Wasm components. -- [wasm-tools](https://github.com/bytecodealliance/wasm-tools#installation), to be used by `cargo-component` +- [cargo component v0.2.0](https://github.com/bytecodealliance/cargo-component#installation), a Cargo extension for building Wasm components. +- [wasm-tools](https://github.com/bytecodealliance/wasm-tools#installation), to be used by `cargo-component`. + +These can be installed as follows: + +```bash +cargo install cargo-component --version 0.2.0 && +cargo install wasm-tools +``` ## Example Program: `barebones`