Update README.md

This commit is contained in:
Abhinav Raut
2025-02-21 00:20:09 +05:30
committed by GitHub
parent 83460ab6a3
commit 7eb365c04a

View File

@@ -28,14 +28,14 @@ Visit [libredesk.io](https://libredesk.io) for more info. Check out the [**Live
cd libredesk cd libredesk
``` ```
2. **Configure the Application**: 2. **Create config file**:
- Copy the sample configuration file `config.toml.sample` to `config.toml`: - Copy the sample configuration file `config.toml.sample` to `config.toml`:
```bash ```bash
cp config.toml.sample config.toml cp config.toml.sample config.toml
``` ```
- Edit the `config.toml` file to configure your database and Redis connection settings. - Edit the `config.toml` file to configure your postgres and redis connection settings.
3. **Run in Development Mode**: 3. **Run in Development Mode**: