You've already forked edk2-platforms
mirror of
https://github.com/Dasharo/edk2-platforms.git
synced 2026-03-06 14:51:43 -08:00
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:
committed by
Leif Lindholm
parent
006c241447
commit
572a554e1d
@@ -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
|
||||
...
|
||||
|
||||
Reference in New Issue
Block a user