We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fde2325 commit 29028b6Copy full SHA for 29028b6
1 file changed
doc/usage.md
@@ -15,9 +15,15 @@ creating and using the database file.
15
16
### Using *PostgreSQL* from package manager
17
18
-PostgreSQL can be installed from the package manager, using
19
-`sudo apt install postgresql-<version>` (e.g. `postgresql-9.5`). This will
20
-set up an automatically starting local server on the default port `5432`.
+PostgreSQL can be installed from the package manager:
+
+```bash
21
+sudo apt install postgresql-<version>
22
+# (e.g. postgresql-12)
23
+```
24
25
+This will set up an automatically starting local server on the default port
26
+`5432`.
27
28
This server, by default, is only accessible for an automatically created system
29
user named `postgres`. However, CodeCompass's database layer only supports
0 commit comments