aboutsummaryrefslogtreecommitdiff
path: root/documentation
diff options
context:
space:
mode:
authorCédric Bonhomme <cedric@cedricbonhomme.org>2015-11-27 07:59:40 +0100
committerCédric Bonhomme <cedric@cedricbonhomme.org>2015-11-27 07:59:40 +0100
commitfeb5461e22032502023aeefa65fe90ab41d4e8e0 (patch)
treeaec4afdb5ff5c537b6a0356a61dcd4f4dfbe85b2 /documentation
parentSolves an issue with pip. (diff)
downloadnewspipe-feb5461e22032502023aeefa65fe90ab41d4e8e0.tar.gz
newspipe-feb5461e22032502023aeefa65fe90ab41d4e8e0.tar.bz2
newspipe-feb5461e22032502023aeefa65fe90ab41d4e8e0.zip
Use a newer version of Vagrant.
Diffstat (limited to 'documentation')
-rw-r--r--documentation/deployment.rst5
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
bgstack15