From a5b9e9319ffe8caeefba2b773844113aa274c06f Mon Sep 17 00:00:00 2001 From: geobelsky Date: Tue, 24 Mar 2026 12:58:12 +0000 Subject: [PATCH] docs: add source hint after CLI install command --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ee9378f..22b61e8 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 && axme login` +Install the CLI and log in: `curl -fsSL https://raw.githubusercontent.com/AxmeAI/axme-cli/main/install.sh | sh && source ~/.zshrc && axme login` Contact: hello@axme.ai