The readme says "The other dependencies like type_safe are installed automatically with git submodules, if they're not installed already". I'm not very familiar with git, but when I cloned the repo it didn't automatically install these. I googled them and added them manually with "git submodule add" but I doubt I'm supposed to have to do that. This generated a .gitmodules file for me with these contents:
The readme says "The other dependencies like type_safe are installed automatically with git submodules, if they're not installed already". I'm not very familiar with git, but when I cloned the repo it didn't automatically install these. I googled them and added them manually with "git submodule add" but I doubt I'm supposed to have to do that. This generated a .gitmodules file for me with these contents:
Is a file like this supposed to be in the repo? Or did I just miss something?