diff options
author | Cédric Bonhomme <cedric@cedricbonhomme.org> | 2014-12-01 07:27:42 +0100 |
---|---|---|
committer | Cédric Bonhomme <cedric@cedricbonhomme.org> | 2014-12-01 07:27:42 +0100 |
commit | b854d4319eaaa416e2f86b8cc530ec99362fa0ab (patch) | |
tree | 97b36129976a1e3c76362552bc1c8dba6582b695 | |
parent | Minor changes to the layout. (diff) | |
download | newspipe-b854d4319eaaa416e2f86b8cc530ec99362fa0ab.tar.gz newspipe-b854d4319eaaa416e2f86b8cc530ec99362fa0ab.tar.bz2 newspipe-b854d4319eaaa416e2f86b8cc530ec99362fa0ab.zip |
Updated version of Vagrant.
-rw-r--r-- | README.rst | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |