Skip to content

Commit edf86d6

Browse files
soypatdeadprogram
authored andcommitted
add --recursive flag as per @bgould suggestion
1 parent 46bdbc8 commit edf86d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/docs/guides/selfbuild/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ git checkout dev
2626
Once the branch is selected, pull submodules:
2727

2828
```shell
29-
git submodule update --init
29+
git submodule update --init --recursive
3030
```
3131

3232
Now you are ready to build TinyGo- but you must choose whether to build with a [manual LLVM install](./manual-llvm) or with a [system installed LLVM](./bring-your-own-llvm). After building you should also read [additional requirements](./additional-requirements) to make sure you've fulfilled all the requirements for the features of TinyGo you'll be using.

0 commit comments

Comments
 (0)