Skip to content

Commit f519a6d

Browse files
fix(docs): corrected linting errors on self-host documentation
1 parent a1e8ccd commit f519a6d

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

docs/self-hosting.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,17 @@
11
# Getting started with self-hosting Tux
2+
23
> [!WARNING]
34
> This guide is for Docker with Docker Compose. This also assumes you have a working Postgres database. If you don't have one, you can use [Supabase](https://supabase.io/).
45
56
## Prerequisites
7+
68
- Docker and Docker Compose
79
- A working Postgres database and the URL in the format `postgres://[username]:[password]@host:port/database`. For Supabase users, ensure you use the provided pooler URL in the same format.
810
- Discord bot token with intents enabled
911
- Sentry URL for error tracking (optional)
1012

1113
## Steps to Install
14+
1215
1. Clone the repository
1316

1417
```bash
@@ -90,7 +93,7 @@ If you prefer running PostgreSQL locally instead of using Supabase, follow these
9093
9194
4. Use this connection URL in `.env`
9295
93-
```
96+
```bash
9497
postgres://tuxuser:yourpassword@localhost:5432/tuxdb
9598
```
9699

0 commit comments

Comments
 (0)