Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/nostorg/homebrew-nostr

Homebrew tap for nostr
https://github.com/nostorg/homebrew-nostr

homebrew-tap nostr

Last synced: 26 days ago
JSON representation

Homebrew tap for nostr

Lists

README

        

# Homebrew Tap for Nostr

This is a [homebrew tap](https://docs.brew.sh/Taps) for [nostr](https://nostr.com/) software, such as [gossip](https://github.com/mikedilger/gossip).

## How do I install these formulae?

First install [homebrew](https://brew.sh/). Then add the tap:

```
brew tap nostorg/nostr
```

Finally install a `` or `` (such as `gossip` or `lume`):

```
brew install
```

### How do I install `gossip`?

To install the latest stable version:

```
brew install gossip
```

To install the latest development branch:

```
brew install --HEAD gossip
```

To install the cask (DMG/Application release build):

```
brew install --cask gossip
```

## Documentation

`brew help`, `man brew` or check [Homebrew's documentation](https://docs.brew.sh).