From b4e4e9df2ed558b7f6a9324275bca835d52c13cd Mon Sep 17 00:00:00 2001 From: clagentic <10177887+akuehner@users.noreply.github.com> Date: Sun, 7 Jun 2026 09:50:46 -0400 Subject: [PATCH] docs: fix global install command in README The bin entry is clagentic-console, not clagentic. Correct both the quick-start example and the alias note to match. Co-Authored-By: Claude Sonnet 4.6 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 901a59b2..037e97e7 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ npm install -g @clagentic/console Then run from anywhere: ```bash -clagentic +clagentic-console ``` Or try it without installing: @@ -67,7 +67,7 @@ npx @clagentic/console --shutdown # Stop daemon npx @clagentic/console --dangerously-skip-permissions ``` -Also available as `clagentic` or `clagentic-console` if installed globally. +Also available as `clagentic-console` if installed globally. ## Architecture