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) +```