mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-15 08:23:41 +00:00
Add a note to use --recursive when cloning the TinyGo repo
This commit is contained in:
+2
-2
@@ -27,8 +27,8 @@ on a different system like Mac.
|
|||||||
|
|
||||||
## Download the source
|
## Download the source
|
||||||
|
|
||||||
The first step is to download the TinyGo sources. Then, inside the directory,
|
The first step is to download the TinyGo sources (use `--recursive` if you clone
|
||||||
perform these steps:
|
the git repository). Then, inside the directory, perform these steps:
|
||||||
|
|
||||||
dep ensure -vendor-only # download Go dependencies
|
dep ensure -vendor-only # download Go dependencies
|
||||||
make llvm-source # download LLVM
|
make llvm-source # download LLVM
|
||||||
|
|||||||
Reference in New Issue
Block a user