diff options
author | Cédric Bonhomme <cedric@cedricbonhomme.org> | 2015-03-26 19:10:24 +0100 |
---|---|---|
committer | Cédric Bonhomme <cedric@cedricbonhomme.org> | 2015-03-26 19:10:24 +0100 |
commit | 818e9b8b5386ec7cdc9397ec4b59e7aece62f1c1 (patch) | |
tree | 264ed6bbe632158f751aad698c5cb3d5b80b63c8 | |
parent | Fixed configuration file for Vagrant. (diff) | |
download | newspipe-818e9b8b5386ec7cdc9397ec4b59e7aece62f1c1.tar.gz newspipe-818e9b8b5386ec7cdc9397ec4b59e7aece62f1c1.tar.bz2 newspipe-818e9b8b5386ec7cdc9397ec4b59e7aece62f1c1.zip |
Updated Vagrant version.
-rw-r--r-- | documentation/deployment.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/documentation/deployment.rst b/documentation/deployment.rst index 0402afd3..59080b89 100644 --- a/documentation/deployment.rst +++ b/documentation/deployment.rst @@ -14,8 +14,8 @@ Installation of VirtualBox and Vagrant .. code-block:: bash $ sudo apt-get install virtualbox - $ wget https://dl.bintray.com/mitchellh/vagrant/vagrant_1.6.5_x86_64.deb - $ sudo dpkg -i vagrant_1.6.5_x86_64.deb + $ wget https://dl.bintray.com/mitchellh/vagrant/vagrant_1.7.2_x86_64.deb + $ sudo dpkg -i vagrant_1.7.2_x86_64.deb Deployment of pyAggr3g470r |