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
9 changes: 5 additions & 4 deletions docs/tutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,14 @@ This tutorial walks you through using `mcpd` from setup to making requests to a

---

## 1. Build and Install
## 1. Install `mcpd` via Homebrew
```bash
go version # e.g. go version go1.24.4
make build # Builds the binary
sudo make install # Installs the binary to /usr/local/bin
brew tap mozilla-ai/tap
brew install mcpd
```

Official releases can be downloaded from [mcpd's GitHub releases page](https://github.com/mozilla-ai/mcpd/releases).

---

## 2. Initialize the Project
Expand Down