Skip to content

Commit a1e8ccd

Browse files
fix(docs): formatting improvements on self-hosting documentation
1 parent 02b7ba5 commit a1e8ccd

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/self-hosting.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
5050
If you prefer running PostgreSQL locally instead of using Supabase, follow these steps:
5151
52-
1. **Install PostgreSQL**
52+
1. Install PostgreSQL
5353
5454
On Debian, run:
5555
@@ -58,14 +58,14 @@ If you prefer running PostgreSQL locally instead of using Supabase, follow these
5858
sudo apt install postgresql postgresql-contrib
5959
```
6060
61-
2. **Start and enable the PostgreSQL service**
61+
2. Start and enable the PostgreSQL service
6262
6363
```bash
6464
sudo systemctl start postgresql
6565
sudo systemctl enable postgresql
6666
```
6767
68-
3. **Create a database user and database**
68+
3. Create a database user and database
6969
7070
Switch to the `postgres` user and enter the PostgreSQL shell:
7171
@@ -88,7 +88,7 @@ If you prefer running PostgreSQL locally instead of using Supabase, follow these
8888
exit
8989
```
9090
91-
4. **Use this connection URL in `.env`**
91+
4. Use this connection URL in `.env`
9292
9393
```
9494
postgres://tuxuser:yourpassword@localhost:5432/tuxdb

0 commit comments

Comments
 (0)