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 1/5] 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 From aea745643456521e23e82353ec3c2c7b3f1a7e13 Mon Sep 17 00:00:00 2001 From: badonyx <110633279+badonyx@users.noreply.github.com> Date: Thu, 12 Oct 2023 13:32:42 -0700 Subject: [PATCH 2/5] Forgot Homebrew on Linux --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 242f37b3..10c60055 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ See instructions for [Build from Source](#building-from-source). 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 **MacOS** or **Linux**: `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) From cab9cad0c95c312ca86d2e6af9b7497c576d889b Mon Sep 17 00:00:00 2001 From: badonyx <110633279+badonyx@users.noreply.github.com> Date: Thu, 12 Oct 2023 13:41:03 -0700 Subject: [PATCH 3/5] Identify the package managers --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 10c60055..53f7edce 100644 --- a/README.md +++ b/README.md @@ -19,11 +19,11 @@ See instructions for [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 **Arch Linux** with `pacman`: [`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** or **Linux**: `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 **MacOS** or **Linux** with [homebrew](https://brew.sh/): `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) +On **Microsoft Windows** with [scoop](https://scoop.sh/): `gossip` from [`scoop-nostr`](https://github.com/nostorg/scoop-nostr) ``` scoop bucket add nostr https://github.com/nostorg/scoop-nostr From 74a98f8d49b31bcec6a78e6669a9b3ef89840f26 Mon Sep 17 00:00:00 2001 From: badonyx <110633279+badonyx@users.noreply.github.com> Date: Thu, 12 Oct 2023 13:43:58 -0700 Subject: [PATCH 4/5] Minor wording adjustment --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 53f7edce..5dfaa149 100644 --- a/README.md +++ b/README.md @@ -19,11 +19,11 @@ See instructions for [Build from Source](#building-from-source). #### With Package Managers -On **Arch Linux** with `pacman`: [`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 +With `pacman` 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** or **Linux** with [homebrew](https://brew.sh/): `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) +With [homebrew](https://brew.sh/) on **MacOS** or **Linux**: `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** with [scoop](https://scoop.sh/): `gossip` from [`scoop-nostr`](https://github.com/nostorg/scoop-nostr) +With [scoop](https://scoop.sh/) on **Microsoft Windows**: `gossip` from [`scoop-nostr`](https://github.com/nostorg/scoop-nostr) ``` scoop bucket add nostr https://github.com/nostorg/scoop-nostr From 8bd4b1616892f3dd3cce6750a13eb3931f285b6c Mon Sep 17 00:00:00 2001 From: badonyx <110633279+badonyx@users.noreply.github.com> Date: Fri, 13 Oct 2023 10:34:22 -0700 Subject: [PATCH 5/5] Add repology widget --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 5dfaa149..c711e255 100644 --- a/README.md +++ b/README.md @@ -19,6 +19,8 @@ See instructions for [Build from Source](#building-from-source). #### With Package Managers +[![Packaging status](https://repology.org/badge/vertical-allrepos/gossip-nostr.svg)](https://repology.org/project/gossip-nostr/versions) + With `pacman` 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 With [homebrew](https://brew.sh/) on **MacOS** or **Linux**: `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)