Readme.md: Update instructions to fetch source

Openssl is fetched as a git submodule, so make sure git clone --recursive
is specified in the instructions to fetch a full source tree.

Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Nariman Poushin <nariman.poushin@linaro.org>
Reviewed-by: Leif Lindholm <leif.lindholm@linaro.org>
This commit is contained in:
Nariman Poushin
2018-11-26 14:52:14 +00:00
committed by Leif Lindholm
parent 006c241447
commit 572a554e1d

View File

@@ -78,7 +78,7 @@ target-specific binutils. These are included with any prepackaged GCC toolchain
1. [edk2-non-osi](https://github.com/tianocore/edk2-non-osi) (if building
platforms that need it)
```
$ git clone https://github.com/tianocore/edk2.git
$ git clone https://github.com/tianocore/edk2.git --recursive
...
$ git clone https://github.com/tianocore/edk2-platforms.git
...