Mention people pull the submodules
This commit is contained in:
parent
d031a9a3e7
commit
c9c5c89c81
1 changed files with 2 additions and 2 deletions
|
|
@ -53,7 +53,7 @@ MSVC is unsupported, so please use GCC, Clang or Zig as your compiler.
|
|||
|
||||
Linux:
|
||||
```
|
||||
git clone https://codeberg.org/NepDisk/blankart.git
|
||||
git clone --recursive https://codeberg.org/NepDisk/blankart.git
|
||||
cd blankart
|
||||
mkdir build
|
||||
cd build
|
||||
|
|
@ -64,7 +64,7 @@ make -j$(nproc)
|
|||
Windows MSYS2:
|
||||
|
||||
```
|
||||
git clone https://codeberg.org/NepDisk/blankart.git
|
||||
git clone --recursive https://codeberg.org/NepDisk/blankart.git
|
||||
cd blankart
|
||||
mkdir build
|
||||
cd build
|
||||
|
|
|
|||
Loading…
Reference in a new issue