Skip to content

Commit 8edc0b5

Browse files
committed
update installation instructions
1 parent 7c2a43e commit 8edc0b5

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,14 @@ Control Claude Code, Goose, and Aider with an HTTP API.
88

99
## Quickstart
1010

11-
Install `agentapi` by downloading the latest release binary from the [releases page](https://github.com/coder/agentapi/releases) and putting it in your PATH.
11+
Install `agentapi`:
12+
13+
1. Download the latest release binary from the [releases page](https://github.com/coder/agentapi/releases)
14+
2. Rename it (e.g. `mv agentapi-darwin-arm64 agentapi`)
15+
3. Make it executable (`chmod +x agentapi`)
16+
4. Put it in your PATH (e.g. `sudo mv agentapi /usr/local/bin`)
17+
5. Verify the installation (`agentapi --help`)
18+
6. (macOS) If you're prompted that macOS was unable to verify the binary, go to `System Settings -> Privacy & Security`, click "Open Anyway", and run the command again.
1219

1320
Run a Claude Code server (assumes `claude` is installed on your system):
1421

0 commit comments

Comments
 (0)