Skip to content

Commit 29028b6

Browse files
committed
Move postgresql installation command into code block
1 parent fde2325 commit 29028b6

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

doc/usage.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,15 @@ creating and using the database file.
1515

1616
### Using *PostgreSQL* from package manager
1717

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`.
18+
PostgreSQL can be installed from the package manager:
19+
20+
```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`.
2127

2228
This server, by default, is only accessible for an automatically created system
2329
user named `postgres`. However, CodeCompass's database layer only supports

0 commit comments

Comments
 (0)