From f8a6c0c3d54f02aa8b6bf2f2e596a75d9ebd0c79 Mon Sep 17 00:00:00 2001 From: Andrew Mackenzie Date: Sun, 15 Feb 2026 16:17:50 +0100 Subject: [PATCH] Small typo fix --- scripts/mac-experimental/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/mac-experimental/README.md b/scripts/mac-experimental/README.md index a667c36..320d4c2 100644 --- a/scripts/mac-experimental/README.md +++ b/scripts/mac-experimental/README.md @@ -37,12 +37,12 @@ musl programs are built by default. If you want GNU program builds: ```bash stdlib=gnu ./scripts/mac-experimental/build-deps.sh - ``` +``` After building, you can make the initrd with: ```bash ./scripts/mac-experimental/create-image.sh - ``` +``` The initrd should now be at `./moss.img`.