From b10a3fbcca6ea2fa6dda6e2c2419c703a4ca7854 Mon Sep 17 00:00:00 2001 From: abhi3700 Date: Mon, 5 Feb 2024 18:03:02 +0530 Subject: [PATCH] Add Binary section for install on macOS using brew --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index a3a3cda0..c6c74fa8 100644 --- a/README.md +++ b/README.md @@ -91,6 +91,17 @@ If you ever want to delete/kill your farming session, enter the command: screen -S farming -X quit ``` +## Binary + +### macOS + +Install using [homebrew](https://brew.sh/) package manager: + +```sh +brew tap subspace/homebrew-pulsar +brew install pulsar +``` + ## Developer ### Pre-requisites