summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md (renamed from README)10
1 files changed, 6 insertions, 4 deletions
diff --git a/README b/README.md
index ed285cf..54684dc 100644
--- a/README
+++ b/README.md
@@ -1,6 +1,8 @@
-virtigo: a control panel for your virtual machine cluster
+# virtigo: a control panel for your virtual machine cluster
-This is an attempt to make something that should:
+There is no greater thrill for a linux sys admin than running your own cloud.
+
+# This is an attempt to make something that should:
* Maintain the master list of virtual machines that should be running at all times
* Work with a cluster of dom0 hypervisiors via libvirt and/or qemu
@@ -12,7 +14,7 @@ This is an attempt to make something that should:
* Work in GUI mode (GTK/QT/etc) but ALSO the console (ncurses)
* GPL'd with the intent for use with homelab and personal hobbyists
-Notes & Goals:
+# Notes & Goals:
* Be super easy to use.
* Automatically map access to serial and graphical consoles
@@ -26,7 +28,7 @@ Notes & Goals:
* Automatic live migration to decommission nodes
* Implement iptable rules via the virtigo daemon
-Inspired by:
+# Inspired by:
* kvm
* virt-manager