Fix UEFIExtract capitalization

This commit is contained in:
RichardG867
2021-12-15 21:20:40 -03:00
parent d5b38bc94a
commit b17e221b62

View File

@@ -20,7 +20,7 @@ make
cd ..
```
3. Download the `uefiextract` tool from its [GitHub repository](https://github.com/LongSoft/UEFITool/releases) and place its executable on the repository's root directory. Prebuilt versions are only available for `x86_64`, but this tool is optional; UEFI extraction will not work without it.
3. Download the `UEFIExtract` tool from its [GitHub repository](https://github.com/LongSoft/UEFITool/releases) and place its executable on the repository's root directory. Prebuilt versions are only available for `x86_64`, but this tool is optional; UEFI extraction will not work without it.
4. Optionally run this command to install a dependency required for BIOS logo extraction:
```