diff options
author | Daniil Baturin <daniil@baturin.org> | 2015-03-05 18:27:28 +0600 |
---|---|---|
committer | Daniil Baturin <daniil@baturin.org> | 2015-03-05 18:27:28 +0600 |
commit | 2ef2c5985cd8b2301dddc64bb1370200afbd0a22 (patch) | |
tree | 0c4f9296cc1e24a617f392445187d477683769c4 | |
parent | 856f9576619b46eee9d1bcf7d789875c4986d5f0 (diff) | |
download | hvinfo-2ef2c5985cd8b2301dddc64bb1370200afbd0a22.tar.gz hvinfo-2ef2c5985cd8b2301dddc64bb1370200afbd0a22.zip |
Update README a little.
-rw-r--r-- | README.md | 11 |
1 files changed, 10 insertions, 1 deletions
@@ -1,2 +1,11 @@ # hvinfo -Yet another hypervisor detection tool +Yet another hypervisor detection tool, this time in a high level language. + +To build it, you need an Ada 2005 compiler. + +With GCC, do + +``` +cd src +gnatmake hvinfo.adb +``` |