summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorCole Robinson <crobinso@redhat.com>2017-08-08 15:57:45 -0400
committerCole Robinson <crobinso@redhat.com>2017-08-08 15:58:38 -0400
commit5183971bc635b24fc666a7208350a9907f8ebad1 (patch)
tree050279d855d7352641e59333effee6762fb801f1 /README.md
parentcf522bfc0c752d77dd7fa527e9d3bd64269f6e86 (diff)
downloadvirt-manager-5183971bc635b24fc666a7208350a9907f8ebad1.tar.gz
README.md: mention virt-* cli tools
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/README.md b/README.md
index 1736302d..399abaa0 100644
--- a/README.md
+++ b/README.md
@@ -9,6 +9,13 @@ Qemu/KVM and Xen virtual machines, as well as LXC containers. The UI is
primarily tested with KVM, but is intended to be reasonably portable to any
virtualization backend libvirt supports.
+Several command line tools are also provided:
+
+ - `virt-install`: Create new libvirt virtual machines
+ - `virt-clone`: Duplicate existing libvirt virtual machines
+ - `virt-xml`: Edit existing libvirt virtual machines/manipulate libvirt XML
+ - `virt-convert`: Convert VMX or OVF configs to libvirt virtual machines
+
For dependency info and installation instructions, see the
[INSTALL.md](INSTALL.md) file.