Skip to content

Commit 036150c

Browse files
committed
Made the submodule step a bit more clear for contributing.md
1 parent 2054887 commit 036150c

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

CONTRIBUTING.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,10 @@ Following that we'll tell you about how you can test your changes locally and th
4242

4343
# Create a new branch based off the development one
4444
git checkout -b my_new_branch development
45-
46-
git submodule udate --init --recursive # If you missed the --recurse-submodules arg
45+
46+
# If you missed the --recurse-submodules arg during clone or need to install the
47+
# submodule manually, then execute the following line:
48+
# git submodule udate --init --recursive
4749

4850
# ... Alternatively, if you would prefer a more manual method
4951
# Show all the available branches with a * beside your current one

0 commit comments

Comments
 (0)