From 8212f3f51a2895043632ee2899d7f1b4812f297c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Motiejus=20Jak=C5=A1tys?= Date: Sun, 21 Aug 2022 06:58:05 +0300 Subject: [PATCH] clarify compiler requirements --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fd68fca..deb23e7 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ implementation is almost as fast as this. Dependencies ------------ -1. Stage1 of the nightly zig compiler. +1. zig nightly compiler (0.10 should work when it comes out). 2. [cmph][cmph]: bundled with this repository. Trying it out