aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoursoir <chat@joursoir.net>2022-05-15 23:26:29 +0300
committerJoursoir <chat@joursoir.net>2022-05-15 23:26:29 +0300
commit6794e043ba8345d86aae6ee9f84f62da647bd29c (patch)
treefc631f676564b8e81519ab7e6ad447c1ad336fa1
parent2b1649ef3fbd3801706be5d529daa523e16e49ea (diff)
downloadumt-6794e043ba8345d86aae6ee9f84f62da647bd29c.tar.gz
umt-6794e043ba8345d86aae6ee9f84f62da647bd29c.tar.bz2
umt-6794e043ba8345d86aae6ee9f84f62da647bd29c.zip
readme: complete the installation section
-rw-r--r--README.md13
1 files changed, 12 insertions, 1 deletions
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