Skip to content

Commit 0bddda9

Browse files
authored
Update BUILDING.md
update instructions for updating submodules.
1 parent 2233026 commit 0bddda9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

BUILDING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ Please ensure you setup your build environment appropriately, as per the guide.
2525

2626
This project has a bunch of git submodules. You will need to update them regularly.
2727

28-
git submodule sync
29-
git submodule update --init
28+
In teh top level folder of the repostory execute:
29+
make fetch-submodules
3030

3131
### Required Python Packages
3232

0 commit comments

Comments
 (0)