From e47abbbbee78c876419d50d14ae93c2c2bc93ea3 Mon Sep 17 00:00:00 2001 From: Laura Date: Sat, 16 Aug 2025 15:17:09 +0200 Subject: [PATCH] update readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3a42dcf..7ddaf4d 100644 --- a/README.md +++ b/README.md @@ -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