From 1457212028725a76b3feb5076bbf10e4f142f8b6 Mon Sep 17 00:00:00 2001 From: francesco Date: Sat, 28 Feb 2026 14:41:26 +0000 Subject: [PATCH] Update instructions.md --- instructions.md | 23 +++++++++-------------- 1 file changed, 9 insertions(+), 14 deletions(-) diff --git a/instructions.md b/instructions.md index 8396762..27e1f6e 100644 --- a/instructions.md +++ b/instructions.md @@ -1,14 +1,9 @@ -\# Instructions - - - -$ docker compose up -d - -$ docker exec -it fml13\_builder bash - -$ git config --global --add safe.directory '\*' - -$ git submodule update --init --recursive --depth 1 --progress - -$ make -j$(nproc) - +# Instructions + +```bash +$ docker compose up -d +$ docker exec -it fml13_builder /bin/bash +$ git config --global --add safe.directory '\*' +$ git submodule update --init --recursive --depth 1 --progress . +$ make -j$(nproc) +```