From 4b0087d61607b5d60585c1397d8fa4300789e167 Mon Sep 17 00:00:00 2001 From: geobelsky Date: Tue, 24 Mar 2026 17:19:16 +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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 22b61e8..f24dac1 100644 --- a/README.md +++ b/README.md @@ -206,5 +206,5 @@ All examples use AXME SDK v0.1.2: ## Alpha Access -Install the CLI and log in: `curl -fsSL https://raw.githubusercontent.com/AxmeAI/axme-cli/main/install.sh | sh && source ~/.zshrc && axme login` +Install the CLI and log in: `curl -fsSL https://raw.githubusercontent.com/AxmeAI/axme-cli/main/install.sh | sh` (open a new terminal, then `axme login`) Contact: hello@axme.ai