Update instructions.md

This commit is contained in:
2026-02-28 14:41:26 +00:00
parent 11b13eea1a
commit 1457212028

View File

@@ -1,14 +1,9 @@
\# Instructions
# Instructions
```bash
$ docker compose up -d
$ docker exec -it fml13\_builder bash
$ docker exec -it fml13_builder /bin/bash
$ git config --global --add safe.directory '\*'
$ git submodule update --init --recursive --depth 1 --progress
$ git submodule update --init --recursive --depth 1 --progress .
$ make -j$(nproc)
```