diff options
| -rw-r--r-- | README.md | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/README.md b/README.md index 0cdf770..5361f5f 100644 --- a/README.md +++ b/README.md @@ -4,12 +4,10 @@ experimenting with embedded Zig programming ## Building -This project has been tested with Zig version `0.15.0-dev.64+2a4e06bcb` +This project has been tested with Zig version `0.14.1` ```console $ zig build ``` builds the kernel and sets up the `zig-out/boot` directory for network booting. -The included `compose.yaml` file can then be used to start OpenOCD and a tftp -server with the correct configuration for remotely debugging the pi. |