aboutsummaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.rst b/README.rst
index eeb75a6d..5a11fc1a 100644
--- a/README.rst
+++ b/README.rst
@@ -42,8 +42,8 @@ Installation of VirtualBox and Vagrant
.. code:: bash
$ sudo apt-get install virtualbox
- $ wget https://dl.bintray.com/mitchellh/vagrant/vagrant_1.6.3_x86_64.deb
- $ sudo dpkg -i vagrant_1.6.3_x86_64.deb
+ $ wget https://dl.bintray.com/mitchellh/vagrant/vagrant_1.6.5_x86_64.deb
+ $ sudo dpkg -i vagrant_1.6.5_x86_64.deb
Deployment of pyAggr3g470r
bgstack15