Skip to content

Commit 0a4bb20

Browse files
committed
Updated the web site updating instructions
1 parent e1e2f9c commit 0a4bb20

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

README.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,9 @@ is manual, here is how you do it:
1212

1313
1. checkout the latest version of the gh-pages branch
1414
2. open a Git Bash at root level of the repo (ls should show you the index.html file)
15-
3. execute the following command to update the submodule `git submodule update --remote`
16-
4. Check the cmd output line "Submodule path 'pattern': checked out 'COMMIT_HASH'" and validate that the correct COMMIT_HASH is used
17-
5. Check if something changed with `git diff`. It should show the folder 'patterns' changed.
18-
6. Execute `git add .`
19-
7. Commit and push the change
15+
3. execute the following command to initialize the submodules `git submodule update --init --recursive`
16+
4. execute the following command to update the submodule `git submodule update --remote`
17+
5. Check the cmd output line "Submodule path 'pattern': checked out 'COMMIT_HASH'" and validate that the correct COMMIT_HASH is used
18+
6. Check if something changed with `git diff`. It should show the folder 'patterns' changed.
19+
7. Execute `git add .`
20+
8. Commit and push the change

0 commit comments

Comments
 (0)