Skip to content

Commit 49df129

Browse files
authored
docs: add submodule update step prior to 'make release' (tinygo-org#1213)
* docs: add submodule update step prior to 'make release'
1 parent 3088dca commit 49df129

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

BUILDING.md

+4
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,10 @@ Now that we have a working static build, it's time to make a release tarball:
9292

9393
make release
9494

95+
If you did not clone the repository with the `--recursive` option, you will get errors until you initialize the project submodules:
96+
97+
git submodule update --init
98+
9599
The release tarball is stored in build/release.tar.gz, and can be extracted with
96100
the following command (for example in ~/lib):
97101

0 commit comments

Comments
 (0)