We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4defddd + 7d1392e commit 3aa4077Copy full SHA for 3aa4077
README.md
@@ -74,7 +74,8 @@ To privately manage your input files for each day.
74
```bash
75
git clone https://github.com/Flashky/advent-of-code-{year}.git &&
76
cd advent-of-code-{year} &&
77
-git submodule add -b master https://github.com/Flashky/advent-of-code-{year}-data.git src/test/resources/inputs &&
+git submodule add -b master https://github.com/Flashky/advent-of-code-{year}-data.git src/test/resources/inputs &&
78
+git commit -m "test: add data repository as submodule" &&
79
git push
80
```
81
0 commit comments