From 1fe7340f4b20981419192e8b6f8ee463c81ce554 Mon Sep 17 00:00:00 2001 From: Passw Date: Mon, 29 May 2023 15:26:00 +0800 Subject: fix wrong URL to clone EDK2 repo (#1084) --- src/Boot/EFI/Readme.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Boot/EFI/Readme.txt b/src/Boot/EFI/Readme.txt index a43b0589..ed732bc2 100644 --- a/src/Boot/EFI/Readme.txt +++ b/src/Boot/EFI/Readme.txt @@ -5,7 +5,7 @@ VeraCrypt-DCS uses EDK II as its UEFI development environment. VeraCrypt-DCS is licensed under LGPL: https://github.com/veracrypt/VeraCrypt-DCS/blob/master/LICENSE Here the steps to build VeraCrypt-DCS (Visual Studio 2010 SP1 should be installed) - * Clone EDK: git clone https://github.com/tianocore/tianocore.github.io.git edk2 + * Clone EDK: git clone https://github.com/tianocore/edk2.git edk2 * Switch to UDK2015 branche: git checkout UDK2015 * Clone VeraCrypt-DCS as DcsPkg inside edk2 folder: git clone https://github.com/veracrypt/VeraCrypt-DCS.git DcsPkg * Switch to VeraCrypt_1.18 branche: git checkout VeraCrypt_1.18 -- cgit v1.2.3