Fix PostgreSQL name in headings

This commit is contained in:
Victor Lin 2024-04-28 08:32:59 -07:00
parent 081d3d6bf7
commit 9249c61a10

View file

@ -138,7 +138,7 @@ git clone https://github.com/iv-org/invidious
exit exit
``` ```
#### Set up PostgresSQL #### Set up PostgreSQL
```bash ```bash
systemctl enable --now postgresql systemctl enable --now postgresql
@ -187,7 +187,7 @@ git clone https://github.com/iv-org/invidious
cd invidious cd invidious
``` ```
#### Set up PostgresSQL #### Set up PostgreSQL
```bash ```bash
brew services start postgresql brew services start postgresql