Skip to content
This repository has been archived by the owner on Mar 1, 2024. It is now read-only.

Updated macOS binary installation with homebrew #297

Merged
merged 1 commit into from
Feb 6, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down