From 2d0c6faab6ba32f3731302cde75a528b1f598122 Mon Sep 17 00:00:00 2001 From: banteg <4562643+banteg@users.noreply.github.com> Date: Sat, 10 Jan 2026 01:42:35 +0400 Subject: [PATCH] docs: convert readme lists to prose --- readme.md | 19 +++++-------------- 1 file changed, 5 insertions(+), 14 deletions(-) diff --git a/readme.md b/readme.md index d85d939..31b654a 100644 --- a/readme.md +++ b/readme.md @@ -24,26 +24,17 @@ per-project chat routing: assign different telegram chats to different projects. ## requirements -- `uv` for installation (`curl -LsSf https://astral.sh/uv/install.sh | sh`) -- python 3.14+ (uv can install it: `uv python install 3.14`) -- at least one engine installed: - - `codex` on PATH (`npm install -g @openai/codex` or `brew install codex`) - - `claude` on PATH (`npm install -g @anthropic-ai/claude-code`) - - `opencode` on PATH (`npm install -g opencode-ai@latest`) - - `pi` on PATH (`npm install -g @mariozechner/pi-coding-agent`) +`uv` for installation (`curl -LsSf https://astral.sh/uv/install.sh | sh`), python 3.14+ (`uv python install 3.14`), and at least one engine on PATH: + +`codex` (`npm install -g @openai/codex` or `brew install codex`), `claude` (`npm install -g @anthropic-ai/claude-code`), `opencode` (`npm install -g opencode-ai@latest`), `pi` (`npm install -g @mariozechner/pi-coding-agent`). ## install -- `uv tool install -U takopi` to install as `takopi` -- or try it with `uvx takopi@latest` +`uv tool install -U takopi` or try it with `uvx takopi@latest`. ## setup -run `takopi` and follow the interactive prompts. it will: - -- help you create a bot token (via @BotFather) -- capture your `chat_id` from the most recent message you send to the bot -- check installed agents and set a default engine +run `takopi` and follow the interactive prompts. it will help you create a bot token (via [@BotFather](https://t.me/BotFather)), capture your `chat_id` from the most recent message you send to the bot, and set a default engine. to re-run onboarding (and overwrite config), use `takopi --onboard`.