Skip to content

Commit 33b38cd

Browse files
George-iamclaude
andauthored
docs: replace source ~/.zshrc with generic installer hint (#77)
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) <noreply@anthropic.com>
1 parent 61e59a1 commit 33b38cd

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ This project follows [Semantic Versioning](https://semver.org/). During alpha (`
1212
- **macOS: agent key lookup used wrong path**`loadAgentKey` hardcoded `~/.config` but macOS uses `~/Library/Application Support`; now uses canonical `scenarioAgentsStorePath()` (#73)
1313
- **macOS: SSE race in `examples run`** — agents started after intent was created; SSE init phase skipped the delivery event on high-latency connections. Agents now start before `scenarios apply` (#74)
1414
- **Install script: `ensure_path` false positive** — runtime PATH check returned early when user had a temporary `export`; now checks rc file only (#72)
15-
- Install script and all docs now include `source ~/.zshrc` hint after install command
15+
- Install script and all docs now include a generic "source" hint after install command
1616

1717
## [v0.2.10] — 2026-03-24
1818

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ Install or update to the latest release (Linux/macOS, no Go required):
6262

6363
```bash
6464
curl -fsSL https://raw.githubusercontent.com/AxmeAI/axme-cli/main/install.sh | sh
65-
source ~/.zshrc # or open a new terminal
65+
# Open a new terminal, or run the "source" command shown by the installer
6666
```
6767

6868
The same command installs if you don't have the CLI, and upgrades to the latest release if you do. After install the CLI periodically checks for new versions in the background and prompts you to update.

0 commit comments

Comments
 (0)