Tell the user to get git submodules

This commit is contained in:
Ryan Trinkle 2018-04-04 02:46:32 -04:00
parent 66c3411f16
commit c25571ca07

View file

@ -28,6 +28,7 @@ If you're looking for a way to help out, try taking a look [here](https://github
When you're ready to submit a pull request, test it with:
```
git submodule update --init --recursive
nix-shell --run "LANGUAGE_TESTS=yes cabal test"
```