aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2017-03-10 13:57:37 -0300
committerSilvio Rhatto <rhatto@riseup.net>2017-03-10 13:57:37 -0300
commitd3b73afd6c66de14783efc156b69fd47d2b29f1e (patch)
tree2c0c2b74b24f7dbbe6f01f58bbaf7229fbb2a28e /README.md
parent3c0410a7dc71f30cfc814459ba62297a259c180d (diff)
downloadkvmx-d3b73afd6c66de14783efc156b69fd47d2b29f1e.tar.gz
kvmx-d3b73afd6c66de14783efc156b69fd47d2b29f1e.tar.bz2
Updates README and adds version
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 5 insertions, 3 deletions
diff --git a/README.md b/README.md
index 4a578e4..75056d7 100644
--- a/README.md
+++ b/README.md
@@ -2,9 +2,11 @@ KVMX: vagrant-like QEMU KVM Wrapper
===================================
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
@@ -39,4 +41,4 @@ If no folder is specified, the current folder is assumed as the project home.
## Further reading
-See https://blog.fluxo.info/suckless/virtual for details.
+See [Virtualized GUI environments](https://blog.fluxo.info/suckless/virtual) for details.