From 6794e043ba8345d86aae6ee9f84f62da647bd29c Mon Sep 17 00:00:00 2001 From: Joursoir Date: Sun, 15 May 2022 23:26:29 +0300 Subject: readme: complete the installation section --- README.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 952be52..b103f80 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,18 @@ A monitor diagnostic and testing tool. It includes several tests that should all ## Installation -Coming soon... +1. Move `UefiMonitorTest` directory to a desired EDK II *Package* + +2. Add the following line to *Package*.dsc, section "Components": + +``` +[Components] + ... + Package/UefiMonitorTest/UefiMonitorTest.inf + .. +``` + +That's all. You can compile the application. ## Usage -- cgit v1.2.3-18-g5258