aboutsummaryrefslogtreecommitdiff
path: root/documentation/deployment.rst
diff options
context:
space:
mode:
authorCédric Bonhomme <cedric@cedricbonhomme.org>2015-03-27 07:06:17 +0100
committerCédric Bonhomme <cedric@cedricbonhomme.org>2015-03-27 07:06:17 +0100
commit4f568446b5c73d67548fd8cf0188070c999d9820 (patch)
treea9fef02ec5dac9da323db510c88d3f55bd48642e /documentation/deployment.rst
parentDisplay the article id in the 'duplicates' page. (diff)
parentDon't ask for confirmation of uninstall deletions with pip. (diff)
downloadnewspipe-4f568446b5c73d67548fd8cf0188070c999d9820.tar.gz
newspipe-4f568446b5c73d67548fd8cf0188070c999d9820.tar.bz2
newspipe-4f568446b5c73d67548fd8cf0188070c999d9820.zip
Merge branch 'master' of bitbucket.org:cedricbonhomme/pyaggr3g470r
Diffstat (limited to 'documentation/deployment.rst')
-rw-r--r--documentation/deployment.rst4
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
bgstack15