[DRE-commits] [vagrant-libvirt] 65/77: Documentation improvements.

Antonio Terceiro terceiro at moszumanska.debian.org
Sun Apr 24 13:56:39 UTC 2016


This is an automated email from the git hooks/post-receive script.

terceiro pushed a commit to annotated tag 0.0.17
in repository vagrant-libvirt.

commit 77d84d74b37bde2135193becc4d6b3017c59b94e
Author: Brian Pitts <brian at polibyte.com>
Date:   Sun May 18 17:27:32 2014 -0500

    Documentation improvements.
    
    Notes that 1.5 and 1.6 are supported, removes references to plugin
    version, and expands installation instructions.
---
 README.md | 11 +++++++----
 1 file changed, 7 insertions(+), 4 deletions(-)

diff --git a/README.md b/README.md
index 43681e5..0e8c29c 100644
--- a/README.md
+++ b/README.md
@@ -1,10 +1,10 @@
 # Vagrant Libvirt Provider
 
-This is a [Vagrant](http://www.vagrantup.com) 1.4.3+ plugin that adds an
+This is a [Vagrant](http://www.vagrantup.com) plugin that adds an
 [Libvirt](http://libvirt.org) provider to Vagrant, allowing Vagrant to
 control and provision machines via Libvirt toolkit.
 
-**Note:** Actual version (0.0.15) is still a development one. Feedback is
+**Note:** Actual version is still a development one. Feedback is
 welcome and can help a lot :-)
 
 ## Features
@@ -29,8 +29,11 @@ welcome and can help a lot :-)
 
 ## Installation
 
-Install using standard [Vagrant 1.4.3+](http://downloads.vagrantup.com) plugin installation methods. After
-installing, `vagrant up` and specify the `libvirt` provider. An example is shown below.
+First, you should have libvirt installed if you plan to run VMs on your local system. For instructions, refer to your linux distribution's documentation,
+
+Next, you must have [Vagrant installed](http://docs.vagrantup.com/v2/installation/index.html). Vagrant-libvirt supports Vagrant 1.5 and 1.6.
+
+ Now you're ready to install vagrant-libvirt using standard [Vagrant plugin](http://docs.vagrantup.com/v2/plugins/usage.html) installation methods.
 
 ```
 $ vagrant plugin install vagrant-libvirt

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/vagrant-libvirt.git



More information about the Pkg-ruby-extras-commits mailing list