From 465cef9b4252ffb87b172660718f33f2e98fc4c0 Mon Sep 17 00:00:00 2001 From: Stephen Gutekanst Date: Mon, 30 Sep 2024 11:11:06 -0700 Subject: [PATCH] fix example command on homepage Signed-off-by: Stephen Gutekanst --- content/_index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/_index.md b/content/_index.md index 8047a1a..7fa1676 100644 --- a/content/_index.md +++ b/content/_index.md @@ -301,7 +301,7 @@ a.p-community-icon {
$ git clone https://github.com/hexops/mach
-$ cd mach/
+$ cd mach/ && git checkout 0.4
 $ zig build run-core-textured-cube
 
Requires this nominated Zig version | known issues