Skip to content

Commit 84335ce

Browse files
authored
fix(docs): update wash new command in readme (#208)
Signed-off-by: Eric Gregory <eric@cosmonic.com>
1 parent d7881e3 commit 84335ce

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,9 @@ cd wash
4949
cargo install --path .
5050
```
5151

52-
## Quick Start
52+
## Quickstart
53+
54+
Note: This quickstart requires the [Rust toolchain](https://www.rust-lang.org/tools/install) and the `wasm32-wasip2` target for Rust: `rustup target add wasm32-wasip2`
5355

5456
1. **Check your environment:**
5557

@@ -60,7 +62,7 @@ cargo install --path .
6062
2. **Create a new component:**
6163

6264
```bash
63-
wash new
65+
wash new https://github.com/wasmCloud/wash.git --subfolder examples/http-hello-world
6466
```
6567

6668
3. **Build your component:**

0 commit comments

Comments
 (0)