Closed sharpninja closed 3 years ago
Note: I'm including ColorMine and p2f as submodules, you may need to update them with: git submodule update --init -recursive
Note: I'm including ColorMine and p2f as submodules, you may need to update them with:
git submodule update --init -recursive
This does not work. PowerShell 7, Windows 10 2004, git version 2.27.0.windows.1
It's supposed to be:
git submodule update --init --recursive
However, you shouldn't need to do that unless the submodules change if you cloned it with --recursive
--recursive
This does not work. PowerShell 7, Windows 10 2004, git version 2.27.0.windows.1