diff options
author | Cédric Bonhomme <cedric@cedricbonhomme.org> | 2015-03-27 07:06:17 +0100 |
---|---|---|
committer | Cédric Bonhomme <cedric@cedricbonhomme.org> | 2015-03-27 07:06:17 +0100 |
commit | 4f568446b5c73d67548fd8cf0188070c999d9820 (patch) | |
tree | a9fef02ec5dac9da323db510c88d3f55bd48642e /documentation | |
parent | Display the article id in the 'duplicates' page. (diff) | |
parent | Don't ask for confirmation of uninstall deletions with pip. (diff) | |
download | newspipe-4f568446b5c73d67548fd8cf0188070c999d9820.tar.gz newspipe-4f568446b5c73d67548fd8cf0188070c999d9820.tar.bz2 newspipe-4f568446b5c73d67548fd8cf0188070c999d9820.zip |
Merge branch 'master' of bitbucket.org:cedricbonhomme/pyaggr3g470r
Diffstat (limited to 'documentation')
-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 |