aboutsummaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
Diffstat (limited to 'README.rst')
-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