aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCédric Bonhomme <kimble.mandel@gmail.com>2014-04-23 07:54:19 +0200
committerCédric Bonhomme <kimble.mandel@gmail.com>2014-04-23 07:54:19 +0200
commit79067cd227b1826b2a2233064e55b9a62923d7db (patch)
tree633deda1a18b5ea19b56190404bbf112bfb8599e
parentUpdated README. The installation process is clearly explained. (diff)
downloadnewspipe-79067cd227b1826b2a2233064e55b9a62923d7db.tar.gz
newspipe-79067cd227b1826b2a2233064e55b9a62923d7db.tar.bz2
newspipe-79067cd227b1826b2a2233064e55b9a62923d7db.zip
Now tested with PostgreSQL 9.3.
-rw-r--r--README.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.rst b/README.rst
index 0e179c14..b67e7419 100644
--- a/README.rst
+++ b/README.rst
@@ -63,7 +63,7 @@ If you want to use PostgreSQL:
.. code:: bash
- $ sudo apt-get install postgresql postgresql-server-dev-9.1 postgresql-client
+ $ sudo apt-get install postgresql postgresql-server-dev-9.3 postgresql-client
$ sudo -u postgres createuser
Enter name of role to add: username
Shall the new role be a superuser? (y/n) n
bgstack15