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

Этот коммит содержится в:
Justin Clift 2019-06-08 22:50:14 +10:00 коммит произвёл GitHub
родитель 5cf7fba1a4
коммит 0cc35b6188
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23

Просмотреть файл

@ -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