From ca9dcfd4c95bba4b9493a8db0f6bc1872eacde6d Mon Sep 17 00:00:00 2001 From: geobelsky Date: Tue, 24 Mar 2026 17:19:15 +0000 Subject: [PATCH] docs: replace source ~/.zshrc with generic installer hint The install script already prints the correct source command for the user's shell. Hardcoding `source ~/.zshrc` is wrong for bash/fish users. Replace with a generic comment that defers to the installer output. Co-Authored-By: Claude Opus 4.6 (1M context) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a702a9d..5702a89 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ AXME is not async RPC. Not a simplified Temporal. Not an agent framework. Not an ```bash # Install the CLI curl -fsSL https://raw.githubusercontent.com/AxmeAI/axme-cli/main/install.sh | sh -source ~/.zshrc # or open a new terminal +# Open a new terminal, or run the "source" command shown by the installer # Authenticate axme login @@ -181,7 +181,7 @@ All SDKs implement the same AXP protocol surface. All are currently at **v0.1.2 ```bash curl -fsSL https://raw.githubusercontent.com/AxmeAI/axme-cli/main/install.sh | sh -source ~/.zshrc # or open a new terminal +# Open a new terminal, or run the "source" command shown by the installer ``` ---