From b4bdbc387ebf5706dacecf1cbd1b02b7183c0bfe Mon Sep 17 00:00:00 2001 From: Andrew Mackenzie Date: Sun, 15 Feb 2026 16:17:03 +0100 Subject: [PATCH] Add additional markup for command lines. This allows some editors/IDEs to be able to invoke it with a click on a run button beside the text --- scripts/mac-experimental/README.md | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/scripts/mac-experimental/README.md b/scripts/mac-experimental/README.md index 8da53e2..a667c36 100644 --- a/scripts/mac-experimental/README.md +++ b/scripts/mac-experimental/README.md @@ -28,15 +28,21 @@ When it comes to Rust, you need the nightly toolchain. To install it, run: ### Building You can start building the initrd programs using this script: -`./scripts/mac-experimental/build-deps.sh` +```bash +./scripts/mac-experimental/build-deps.sh + ``` musl programs are built by default. If you want GNU program builds: -`stdlib=gnu ./scripts/mac-experimental/build-deps.sh` +```bash +stdlib=gnu ./scripts/mac-experimental/build-deps.sh + ``` After building, you can make the initrd with: -`./scripts/mac-experimental/create-image.sh` +```bash +./scripts/mac-experimental/create-image.sh + ``` The initrd should now be at `./moss.img`.