docs: 🐛 Fix incorrect path in docs

This commit is contained in:
Jesse Wierzbinski 2024-06-17 19:47:15 -10:00
parent 925179211a
commit 32538586dc
No known key found for this signature in database

View file

@ -37,7 +37,7 @@ git clone https://github.com/lysand-org/lysand.git
bun install bun install
``` ```
3. Set up a PostgreSQL database (you need a special extension, please look at [the database documentation](database.md)) 3. Set up a PostgreSQL database (you need a special extension, please look at [the database documentation](docs/database.md))
4. Copy the `config/config.example.toml` file to `config/config.toml` and edit it to set up the database connection and other settings. 4. Copy the `config/config.example.toml` file to `config/config.toml` and edit it to set up the database connection and other settings.