From a6d7127d986ba90db84f1431ad17dbb6f6b2b527 Mon Sep 17 00:00:00 2001 From: Ed_ Date: Sat, 21 Feb 2026 22:09:46 -0500 Subject: [PATCH] update readme --- Readme.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/Readme.md b/Readme.md index 18ec558..e1bad00 100644 --- a/Readme.md +++ b/Readme.md @@ -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 ```