aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-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