===================================
KVMX is a lightweight implementation of a virtual machine manager
-inspired by vagrant.
+inspired by [vagrant](https://www.vagrantup.com/)
+and [kvm-manager](https://git.fluxo.info/kvm-manager/about/).
-It may be used for development or as a wrapper for GUI isolation.
+It may be used for development, prodution or as a wrapper for desktop GUI
+isolation.
This is simple stuff. Don't use it if you need any complex behavior
or integration. In the other hand, if you're looking for a small
## Further reading
-See https://blog.fluxo.info/suckless/virtual for details.
+See [Virtualized GUI environments](https://blog.fluxo.info/suckless/virtual) for details.