From 7632f066821ef7d2e16d57aff685f7ac34493167 Mon Sep 17 00:00:00 2001 From: Sheroy Cooper <59650384+CooperSheroy@users.noreply.github.com> Date: Tue, 30 Jun 2026 21:54:18 +0530 Subject: [PATCH] docs: update installer tool list in README (#627) --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ec9da915..f7123f56 100644 --- a/README.md +++ b/README.md @@ -714,8 +714,10 @@ The installer scans your system for installed tools, shows a checkbox UI, and le [ ] 10) [ ] Qwen Code (~/.qwen/agents) [ ] 11) [ ] Kimi Code (~/.config/kimi/agents) [ ] 12) [ ] Codex (~/.codex/agents) + [ ] 13) [ ] Osaurus (~/.osaurus/skills) + [ ] 14) [ ] Hermes (~/.hermes/plugins) - [1-12] toggle [a] all [n] none [d] detected + [1-14] toggle [a] all [n] none [d] detected [Enter] install [q] quit ``` @@ -726,6 +728,8 @@ The installer scans your system for installed tools, shows a checkbox UI, and le ./scripts/install.sh --tool openclaw ./scripts/install.sh --tool antigravity ./scripts/install.sh --tool codex +./scripts/install.sh --tool osaurus +./scripts/install.sh --tool hermes ``` **Non-interactive (CI/scripts):**