diff options
author | Joursoir <chat@joursoir.net> | 2022-05-18 08:14:24 +0300 |
---|---|---|
committer | Joursoir <chat@joursoir.net> | 2022-07-22 21:47:10 +0300 |
commit | cf350c87d6a1b024842528085cde484574f2c812 (patch) | |
tree | a2e7bc331e9429206931fd22074494283908d62d | |
parent | e521625cfc7624978ad1e54f9e24f4de3d313650 (diff) | |
download | umt-cf350c87d6a1b024842528085cde484574f2c812.tar.gz umt-cf350c87d6a1b024842528085cde484574f2c812.tar.bz2 umt-cf350c87d6a1b024842528085cde484574f2c812.zip |
readme: write the binary release sectionv0.1.0
-rw-r--r-- | README.md | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -24,6 +24,10 @@ A monitor diagnostic and testing tool. It includes several tests that should all That's all. You can compile the application. +## Binary release + +Compiling programs for UEFI is not always convenient, especially for an application. Therefore, precompiled application is distributed. You can find binaries (for x86_64) at [joursoir.net/binaries/umt](http://joursoir.net/binaries/umt/). + ## Usage Move the generated `UefiMonitorTest.efi` to some file system and run it via Uefi Shell: |