diff options
author | Passw <Passw@users.noreply.github.com> | 2023-05-29 15:26:00 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-29 09:26:00 +0200 |
commit | 1fe7340f4b20981419192e8b6f8ee463c81ce554 (patch) | |
tree | 87e8815ae23283658c3386b0f82e7689b2c7d660 /src/Boot/EFI | |
parent | f58a796ae6779752bdb811e286190a39ed411197 (diff) | |
download | VeraCrypt-1fe7340f4b20981419192e8b6f8ee463c81ce554.tar.gz VeraCrypt-1fe7340f4b20981419192e8b6f8ee463c81ce554.zip |
fix wrong URL to clone EDK2 repo (#1084)
Diffstat (limited to 'src/Boot/EFI')
-rw-r--r-- | src/Boot/EFI/Readme.txt | 2 |
1 files changed, 1 insertions, 1 deletions
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 |