From 0cc35b618841212478cdd94c8f0f3ec11b35c3ca Mon Sep 17 00:00:00 2001 From: Justin Clift Date: Sat, 8 Jun 2019 22:50:14 +1000 Subject: [PATCH] Add a note to use --recursive when cloning the TinyGo repo --- BUILDING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/BUILDING.md b/BUILDING.md index 7eabcc87..dbd90bb3 100644 --- a/BUILDING.md +++ b/BUILDING.md @@ -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