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 ``` ---