feat(docker): build files
This commit is contained in:
14
instructions.md
Normal file
14
instructions.md
Normal file
@@ -0,0 +1,14 @@
|
||||
\# 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)
|
||||
|
||||
Reference in New Issue
Block a user