aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorHimbeer <himbeer@disroot.org>2024-05-26 12:15:46 +0200
committerHimbeer <himbeer@disroot.org>2024-05-26 12:22:24 +0200
commitdaa8c4437cf889431264c924100d695f07e2da5e (patch)
tree6400671a42280e36b19065589c93a31eeff10db5 /README.md
parentecf3461f924140964ead7f31959987ec75748d65 (diff)
hwi: Add QEMU
Fixes #21.
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index c57e1df..1dc1ede 100644
--- a/README.md
+++ b/README.md
@@ -47,7 +47,7 @@ zig build -Dplatform=<PLATFORM>
```
Replace `<PLATFORM>` with the platform you want to build for.
-Support options include `qemu` and `lpi4a`.
+Supported options include `qemu` and `lpi4a`.
See the `src/lib/cfg/platform` directory for the full list.
You can also use any other Zig build mode, e.g. `--release=fast`.