summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniil Baturin <daniil@baturin.org>2015-03-05 18:27:28 +0600
committerDaniil Baturin <daniil@baturin.org>2015-03-05 18:27:28 +0600
commit2ef2c5985cd8b2301dddc64bb1370200afbd0a22 (patch)
tree0c4f9296cc1e24a617f392445187d477683769c4
parent856f9576619b46eee9d1bcf7d789875c4986d5f0 (diff)
downloadhvinfo-2ef2c5985cd8b2301dddc64bb1370200afbd0a22.tar.gz
hvinfo-2ef2c5985cd8b2301dddc64bb1370200afbd0a22.zip
Update README a little.
-rw-r--r--README.md11
1 files changed, 10 insertions, 1 deletions
diff --git a/README.md b/README.md
index d2df2e3..1f8ca28 100644
--- a/README.md
+++ b/README.md
@@ -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
+```