Currently the Clean Slate repository can only be cloned into an empty mods folder, not into one containing other git-provided mods. (Whose .git folder would conflict.)
Downloading the releases does not allow one to quickly change to a different tag or to "live on HEAD", both reasonable conducts for modders and for git users in general.
Anbennar for EU4 solves this issue amiably: The mod folder there is the root of the repository, the .mod file is placed into that folder.
To install, one clones the repository into mods/ and then symlinks the .mod file into the mods folder.
This scales with an arbitrary number of mods and would be a desirable solution.
(Note that CK2Plus is another mod with git repository, so you immediately run into this issue yourself.)
Currently the Clean Slate repository can only be cloned into an empty mods folder, not into one containing other git-provided mods. (Whose .git folder would conflict.)
Downloading the releases does not allow one to quickly change to a different tag or to "live on HEAD", both reasonable conducts for modders and for git users in general.
Anbennar for EU4 solves this issue amiably: The mod folder there is the root of the repository, the .mod file is placed into that folder.
To install, one clones the repository into mods/ and then symlinks the .mod file into the mods folder.
This scales with an arbitrary number of mods and would be a desirable solution.
(Note that CK2Plus is another mod with git repository, so you immediately run into this issue yourself.)