diff options
author | Cédric Bonhomme <cedric@cedricbonhomme.org> | 2015-11-27 07:59:40 +0100 |
---|---|---|
committer | Cédric Bonhomme <cedric@cedricbonhomme.org> | 2015-11-27 07:59:40 +0100 |
commit | feb5461e22032502023aeefa65fe90ab41d4e8e0 (patch) | |
tree | aec4afdb5ff5c537b6a0356a61dcd4f4dfbe85b2 /documentation/deployment.rst | |
parent | Solves an issue with pip. (diff) | |
download | newspipe-feb5461e22032502023aeefa65fe90ab41d4e8e0.tar.gz newspipe-feb5461e22032502023aeefa65fe90ab41d4e8e0.tar.bz2 newspipe-feb5461e22032502023aeefa65fe90ab41d4e8e0.zip |
Use a newer version of Vagrant.
Diffstat (limited to 'documentation/deployment.rst')
-rw-r--r-- | documentation/deployment.rst | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/documentation/deployment.rst b/documentation/deployment.rst index 82fa3988..f85c549c 100644 --- a/documentation/deployment.rst +++ b/documentation/deployment.rst @@ -14,8 +14,9 @@ Installation of VirtualBox and Vagrant .. code-block:: bash $ sudo apt-get install virtualbox - $ wget https://dl.bintray.com/mitchellh/vagrant/vagrant_1.7.2_x86_64.deb - $ sudo dpkg -i vagrant_1.7.2_x86_64.deb + $ wget https://dl.bintray.com/mitchellh/vagrant/vagrant_1.7.4_x86_64.deb + $ sudo dpkg -i vagrant_1.7.4_x86_64.deb + $ rm vagrant_1.7.4_x86_64.deb Deployment of JARR |