]> gitweb.fluxo.info Git - kvmx.git/commitdiff
Updates README and adds version
authorSilvio Rhatto <rhatto@riseup.net>
Fri, 10 Mar 2017 16:57:37 +0000 (13:57 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Fri, 10 Mar 2017 16:57:37 +0000 (13:57 -0300)
README.md
kvmx

index 4a578e4851426aa2c4ffca407ff445574ff381ce..75056d7374c4955143101b573a121360a0ae05ef 100644 (file)
--- 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.
diff --git a/kvmx b/kvmx
index 1605bd38f24a84204eaf0604439f713ddc666ed5..95873dcaf7dde3be6ae9840db9eb137ce7a329cd 100755 (executable)
--- a/kvmx
+++ b/kvmx
@@ -19,6 +19,7 @@
 #
 
 # Basic parameters
+VERSION="0.1.0"
 BASENAME="`basename $0`"
 DIRNAME="`dirname $0`"
 ACTION="$1"
@@ -117,6 +118,7 @@ function kvmx_up {
 
 # Display usage
 function kvmx_usage {
+  echo "$BASENAME $VERSION"
   echo "usage: $BASENAME <action> [options]"
   echo "examples:"
   echo ""