summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorMürsel Türk2022-10-04 19:45:06 +0200
committerMürsel Türk2022-10-04 19:45:06 +0200
commit4caa5f6b08cc54705b0a7526880e87a042a6743c (patch)
treeb7317488026be58bd86ed54d1674cf9a86dfe12c /README.md
parentAdd support for gentoo linux (diff)
downloadvm-inspector-4caa5f6b08cc54705b0a7526880e87a042a6743c.tar.gz
vm-inspector-4caa5f6b08cc54705b0a7526880e87a042a6743c.tar.xz
vm-inspector-4caa5f6b08cc54705b0a7526880e87a042a6743c.zip
Use auto-detecting instead of forcing the format
Diffstat (limited to 'README.md')
-rw-r--r--README.md13
1 files changed, 9 insertions, 4 deletions
diff --git a/README.md b/README.md
index 04587d0..53dc3b2 100644
--- a/README.md
+++ b/README.md
@@ -1,12 +1,17 @@
-# vmdk-inspector
-A (work-in-progress) Tool for examining a VMDK disk image to determine which operating system and applications it contains.
+# vm-inspector
+
+A sample tool for inspecting a disk image file, e.g. vmdk, vdi, qcow, etc., to determine which operating system and applications it contains.
## Usage
-To inspect a VMDK disk image:
+
+To inspect a disk image file:
+
```
python3 inspect.py foo.vmdk
```
+
or
+
```
./inspect.py foo.vmdk
-``` \ No newline at end of file
+```