Instructions to build iree_no_wmmu, instead of iree.
Change-Id: I32dc939567f17fda093914ec62f27f0c733bbece
diff --git a/GettingStarted.md b/GettingStarted.md
index a38046e..9cc0711 100644
--- a/GettingStarted.md
+++ b/GettingStarted.md
@@ -286,16 +286,16 @@
To build the IREE targets:
```bash
-m iree
+m iree_no_wmmu
```
The IREE compiler sits in `out/host/iree_compiler`, while the runtime library/example
-sits in `out/springbok_iree`.
+sits in `out/springbok_iree_no_wmmu`.
To run the toy example (four-element vector element-wise multiplication) for
testing:
```bash
-sim_springbok out/springbok_iree/samples/simple_vec_mul/simple_int_vec_mul_embedded_sync
+sim_springbok out/springbok_iree_no_wmmu/springbok_iree/samples/simple_vec_mul/simple_int_vec_mul_bytecode_static
```
The output should be shown as: