From 92397253e50ec20ff6d9a2e8923c3d53a4e904cd Mon Sep 17 00:00:00 2001 From: Matt Aitken Date: Thu, 22 Dec 2022 15:19:55 +0000 Subject: [PATCH] Added more to the homebrew guide --- DEVELOPMENT.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEVELOPMENT.md b/DEVELOPMENT.md index 1ee4e0174..5502b8fb4 100644 --- a/DEVELOPMENT.md +++ b/DEVELOPMENT.md @@ -4,7 +4,7 @@ ### Pulsar requirements -1. Ensure you have Homebrew installed by running `which brew` in terminal. If it's not found then you should install it: https://brew.sh/ +1. Ensure you have Homebrew installed by running `which brew` in terminal. If it's not found then you should install it: https://brew.sh/. Run `which brew` again to check it's found. If it's not you may need to add it your path: https://stackoverflow.com/questions/36657321/after-installing-homebrew-i-get-zsh-command-not-found-brew 2. Run `brew install libpulsar` to install the C++ libraries that the pulsar-client depends on