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: 3 months ago
JSON representation
Homebrew tap for nostr
- Host: GitHub
- URL: https://github.com/nostorg/homebrew-nostr
- Owner: nostorg
- Created: 2023-02-16T22:06:06.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-03T19:16:52.000Z (6 months ago)
- Last Synced: 2024-05-21T13:00:05.922Z (6 months ago)
- Topics: homebrew-tap, nostr
- Language: Ruby
- Homepage: https://brew.sh
- Size: 70.3 KB
- Stars: 8
- Watchers: 3
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-nostr - homebrew-nostr - nostr?style=social) - Homebrew tap for Nostr software. (Tools / Client reviews and/or comparisons)
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).