From d583ae62b769ea57bba29c83c7004d1d96f1b375 Mon Sep 17 00:00:00 2001 From: Rene Schallner Date: Sun, 7 May 2023 05:12:02 +0200 Subject: [PATCH] readme current zig version --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5ee613a..ab64f0b 100644 --- a/README.md +++ b/README.md @@ -114,7 +114,7 @@ $ mkdir zaptest && cd zaptest $ zig init-exe $ git init ## (optional) ``` -**Note 1**: Zap is developed with zig master (0.11.0-dev.1602+d976b4e4a at the +**Note 1**: Zap is developed with zig master (0.11.0-dev.2985+3f3b1a680 at the time of writing). This version of zig has the package management features in place that are used in the following instructions. Nix users are lucky; you can use the existing `flake.nix` and run `nix develop` to get a development shell