From 0c5999d6e5427b2a7dccd0d2c3a6255e075669c1 Mon Sep 17 00:00:00 2001 From: Chris <76159444+hunchr@users.noreply.github.com> Date: Wed, 20 May 2026 09:37:53 +0000 Subject: [PATCH] Update local setup docs --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d4a128b6..7dcdfca4 100644 --- a/README.md +++ b/README.md @@ -41,10 +41,11 @@ Thank you for your work and have fun! :tada: ## Serving the Documentation Locally -To view this documentation on your machine, run the following command: +To view this documentation on your machine, run the following commands: ```sh -mbook serve +brew install mdbook +mdbook serve ``` ## License