1
0
mirror of https://github.com/coalaura/whiskr.git synced 2025-09-08 17:06:42 +00:00

update readme

This commit is contained in:
Laura
2025-08-16 15:17:09 +02:00
parent 0e198ec88f
commit e47abbbbee

View File

@@ -48,9 +48,9 @@ whiskr is a private, self-hosted web chat interface for interacting with AI mode
## Getting Started
1. Copy `.example.env` to `.env` and set `OPENROUTER_TOKEN`:
1. Copy `example.config.yml` to `config.yml` and set `tokens.openrouter`:
```bash
cp .example.env .env
cp example.config.yml config.yml
```
2. Build and run:
```bash