From 4284706d6f434ea09ce1998639a7b1385f72fb22 Mon Sep 17 00:00:00 2001 From: Hovis <6434414+hovissimo@users.noreply.github.com> Date: Fri, 17 Oct 2025 12:51:09 -0700 Subject: [PATCH] Add comment about Zig 15 to readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3a536d58..eecb63c9 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ Then point your editor to the downloaded binary. ### Building from source -To build Expert from source, you need Zig `0.14.1` installed on your system. +To build Expert from source, you need Zig `0.14.1` installed on your system. Later versions will not work. Then you can run the following command or follow the instructions in the [Installation Instructions](pages/installation.md):