From 2ef2c5985cd8b2301dddc64bb1370200afbd0a22 Mon Sep 17 00:00:00 2001 From: Daniil Baturin Date: Thu, 5 Mar 2015 18:27:28 +0600 Subject: Update README a little. --- README.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) 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 +``` -- cgit v1.2.3