File tree Expand file tree Collapse file tree 1 file changed +9
-3
lines changed Expand file tree Collapse file tree 1 file changed +9
-3
lines changed Original file line number Diff line number Diff 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
2228This server, by default, is only accessible for an automatically created system
2329user named ` postgres ` . However, CodeCompass's database layer only supports
You can’t perform that action at this time.
0 commit comments