From 11a97b73e989cb4740f660429bb511c09c8be56c Mon Sep 17 00:00:00 2001 From: Peter Wilson Date: Tue, 5 Aug 2025 14:22:33 +0100 Subject: [PATCH] Update tutorial to use homebrew --- docs/tutorial.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/docs/tutorial.md b/docs/tutorial.md index 84ce789..27483c2 100644 --- a/docs/tutorial.md +++ b/docs/tutorial.md @@ -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