diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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`. |