aboutsummaryrefslogtreecommitdiff
path: root/documentation
diff options
context:
space:
mode:
authorCédric Bonhomme <cedric@cedricbonhomme.org>2015-03-26 07:28:03 +0100
committerCédric Bonhomme <cedric@cedricbonhomme.org>2015-03-26 07:28:03 +0100
commit1a4a12081f9a55a851cbfcb0a0f171450c9873ce (patch)
treee59063210be676b28226cc1abfaa5d49f5f1752b /documentation
parentAdded '-y' option to when installing dependencies with apt. (diff)
downloadnewspipe-1a4a12081f9a55a851cbfcb0a0f171450c9873ce.tar.gz
newspipe-1a4a12081f9a55a851cbfcb0a0f171450c9873ce.tar.bz2
newspipe-1a4a12081f9a55a851cbfcb0a0f171450c9873ce.zip
Renamed a parameter of the install.sh script.
Diffstat (limited to 'documentation')
-rw-r--r--documentation/deployment.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/deployment.rst b/documentation/deployment.rst
index 158eda7d..0402afd3 100644
--- a/documentation/deployment.rst
+++ b/documentation/deployment.rst
@@ -88,7 +88,7 @@ If you want to use PostgreSQL
'''''''''''''''''''''''''''''
.. code-block:: bash
- $ ./install.sh postgre
+ $ ./install.sh postgres
If you want to use SQLite
'''''''''''''''''''''''''
bgstack15