refactor(instruction): remove safe directories

This commit is contained in:
2026-02-28 14:42:27 +00:00
parent 1457212028
commit 063423ac34

View File

@@ -3,7 +3,6 @@
```bash ```bash
$ docker compose up -d $ docker compose up -d
$ docker exec -it fml13_builder /bin/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) $ make -j$(nproc)
``` ```