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