wires

summary refs log tree commit diff
path: root/README.md
diff options
context:
space:
mode:
authorwires <wires@noreply.wires.systems>2025-10-05 14:01:39 -0400
committerwires <wires@noreply.wires.systems>2025-10-05 14:01:39 -0400
commit2691fb9407e2450a6d63fca4554dc6534cf1d9a0 (patch)
treebbef0085c83f061c6ae22bc865e57fb4b3edb3c4 /README.md
parentconfig change (diff)
downloadzosimos-2691fb9407e2450a6d63fca4554dc6534cf1d9a0.tar.gz
update README
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
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.