You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -49,7 +49,9 @@ cd wash
49
49
cargo install --path .
50
50
```
51
51
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`
53
55
54
56
1.**Check your environment:**
55
57
@@ -60,7 +62,7 @@ cargo install --path .
60
62
2.**Create a new component:**
61
63
62
64
```bash
63
-
wash new
65
+
wash new https://github.com/wasmCloud/wash.git --subfolder examples/http-hello-world
0 commit comments