add ubuntu dependency for vagrant

add ubuntu dependency for vagrant

Change-Id: I96161dd34b68795c2d78312f160579706a6bab86
Closes-Bug: #1515548
This commit is contained in:
Kuo-tung Kao 2015-12-07 10:48:13 +08:00
parent 30b0439c65
commit 09345bf127

View File

@ -40,6 +40,10 @@ On Fedora 22 it is as easy as::
sudo dnf install vagrant ruby-devel libvirt-devel
On Ubuntu 14.04 it is as easy as::
sudo apt-get install ruby-libvirt libvirt-dev nfs-kernel-server
**Note:** Many distros ship outdated versions of Vagrant by default. When in
doubt, always install the latest from the downloads page above.