aboutsummaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorCédric Bonhomme <cedric@cedricbonhomme.org>2014-12-01 07:27:42 +0100
committerCédric Bonhomme <cedric@cedricbonhomme.org>2014-12-01 07:27:42 +0100
commitb854d4319eaaa416e2f86b8cc530ec99362fa0ab (patch)
tree97b36129976a1e3c76362552bc1c8dba6582b695 /README.rst
parentMinor changes to the layout. (diff)
downloadnewspipe-b854d4319eaaa416e2f86b8cc530ec99362fa0ab.tar.gz
newspipe-b854d4319eaaa416e2f86b8cc530ec99362fa0ab.tar.bz2
newspipe-b854d4319eaaa416e2f86b8cc530ec99362fa0ab.zip
Updated version of Vagrant.
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