Skip to content

Commit 3aa4077

Browse files
authored
Merge pull request #131 from Flashky/feature/130-fix-submodule-command
feat: review submodule commit command
2 parents 4defddd + 7d1392e commit 3aa4077

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,8 @@ To privately manage your input files for each day.
7474
```bash
7575
git clone https://github.com/Flashky/advent-of-code-{year}.git &&
7676
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 &&
77+
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" &&
7879
git push
7980
```
8081

0 commit comments

Comments
 (0)