Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
```

---
Expand Down
Loading