Add a note to use --recursive when cloning the TinyGo repo

This commit is contained in:
Justin Clift
2019-06-08 22:50:14 +10:00
committed by GitHub
parent 5cf7fba1a4
commit 0cc35b6188
+2 -2
View File
@@ -27,8 +27,8 @@ on a different system like Mac.
## Download the source
The first step is to download the TinyGo sources. Then, inside the directory,
perform these steps:
The first step is to download the TinyGo sources (use `--recursive` if you clone
the git repository). Then, inside the directory, perform these steps:
dep ensure -vendor-only # download Go dependencies
make llvm-source # download LLVM