From dba1293346eb0fae17df32c0726a267c3bbf5e6a Mon Sep 17 00:00:00 2001 From: badonyx <110633279+badonyx@users.noreply.github.com> Date: Thu, 12 Oct 2023 13:27:23 -0700 Subject: [PATCH] Install from brew/scoop --- README.md | 18 ++++++++++++++++-- 1 file changed, 16 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0ecf2d8e..242f37b3 100644 --- a/README.md +++ b/README.md @@ -8,13 +8,27 @@ Nostr stands for "Notes and Other Stuff Transmitted by Relays." ### Installing -- **Arch Linux**: [`gossip`](https://aur.archlinux.org/packages/gossip) or [`gossip-git`](https://aur.archlinux.org/packages/gossip-git) or [`gossip-bin`](https://aur.archlinux.org/packages/gossip-bin) on the AUR +See instructions for [Build from Source](#building-from-source). + +#### With Release Builds + - **Debian**: See the [releases](https://github.com/mikedilger/gossip/releases) area for a file named something like `gossip-VERSION-ARCH.deb` - **Any Linux**: See the [releases](https://github.com/mikedilger/gossip/releases) area for a file named something like `gossip.VERSION.AppImage` - **Microsoft Windows**: See the [releases](https://github.com/mikedilger/gossip/releases) area for a file named something like `gossip.VERSION.msi` - **MacOS**: See the [releases](https://github.com/mikedilger/gossip/releases) area for a file named something like `gossip-VERSION-Darwin-arm64.dmg` or `gossip-VERSION-Darwin-x86_64.dmg` -or choose to [Build from Source](#building-from-source) +#### With Package Managers + +On **Arch Linux**: [`gossip`](https://aur.archlinux.org/packages/gossip) or [`gossip-git`](https://aur.archlinux.org/packages/gossip-git) or [`gossip-bin`](https://aur.archlinux.org/packages/gossip-bin) on the AUR + +On **Macos**: `brew install gossip` from [`homebrew-core`](https://github.com/Homebrew/homebrew-core), or for more options `brew install nostorg/nostr/gossip` from [`homebrew-nostr`](https://github.com/nostorg/homebrew-nostr) + +On **Microsoft Windows**: `gossip` from [`scoop-nostr`](https://github.com/nostorg/scoop-nostr) + +``` +scoop bucket add nostr https://github.com/nostorg/scoop-nostr +scoop install gossip +``` ### Points of Difference