Skip to content

Commit b038bb7

Browse files
committed
docs: fix submodule creation command error
1 parent cf9fe2a commit b038bb7

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ Add the previously mentioned ``PAT_TOKEN`` to this new repository.
7070
2. Type the year in ``yyyy`` format and click on **Run workflow**.
7171

7272
After the workflow has ended a Pull Request will be created:
73-
1. Open the [pull request](https://github.com/Flashky/advent-of-code-{year}/pull/1).
73+
1. Open the **pull request**.
7474
2. Verify everything is right and then **merge** it.
7575

7676
After the PR is merged the repository will have its description and topics updated. Also, all ``README.md`` and ``pom.xml`` will be updated with current year value. The PR can be declined and workflow can be executed again if there was any problem that needed a fix.
@@ -82,7 +82,8 @@ After the PR is merged the repository will have its description and topics updat
8282

8383
```bash
8484
git clone https://github.com/Flashky/advent-of-code-{year}.git &&
85-
git submodule add -b master https://github.com/Flashky/advent-of-code-{year}-data.git advent-of-code-{year}/src/test/resources/inputs &&
85+
cd advent-of-code-{year} &&
86+
git submodule add -b master https://github.com/Flashky/advent-of-code-{year}-data.git src/test/resources/inputs &&
8687
git push
8788
```
8889

0 commit comments

Comments
 (0)