update readme

This commit is contained in:
2026-02-21 22:09:46 -05:00
parent 1ad985e27a
commit a6d7127d98

View File

@@ -2,6 +2,19 @@
Vibe coding.. but more manual
## Instructions
1. Make a credentials.toml in the immediate directory of your clone:
```toml
[gemini]
api_key = "****"
[anthropic]
api_key = "****"
```
2. Have fun. This is experiemntal slop.
```ps1
uv run .\gui.py
```