From f7331001d4ab976e311458a16b6e5337da2e3aab Mon Sep 17 00:00:00 2001 From: Kelly Brazil Date: Thu, 23 Dec 2021 11:35:39 -0800 Subject: [PATCH] use github releases instead of packaging site --- README.md | 5 ++++- man/jc.1 | 2 +- templates/readme_template | 5 ++++- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 7ea924e3..8f79e3ff 100644 --- a/README.md +++ b/README.md @@ -91,7 +91,10 @@ pip3 install jc | FreeBSD | `portsnap fetch update && cd /usr/ports/textproc/py-jc && make install clean` | | Ansible filter plugin | `ansible-galaxy collection install community.general` | -> For more packages and binaries, see the [jc packaging](https://kellyjonbrazil.github.io/jc-packaging/) site. +> For more OS Packages, see https://repology.org/project/jc/versions. + +### Binaries and Packages +For precompiled binaries and packages, see [Releases](https://github.com/kellyjonbrazil/jc/releases) on Github. ## Usage `jc` accepts piped input from `STDIN` and outputs a JSON representation of the previous command's output to `STDOUT`. diff --git a/man/jc.1 b/man/jc.1 index c7f497b5..64043b63 100644 --- a/man/jc.1 +++ b/man/jc.1 @@ -1,4 +1,4 @@ -.TH jc 1 2021-12-21 1.17.5 "JSON CLI output utility" +.TH jc 1 2021-12-23 1.17.5 "JSON CLI output utility" .SH NAME jc \- JSONifies the output of many CLI tools and file-types .SH SYNOPSIS diff --git a/templates/readme_template b/templates/readme_template index f4b38b68..18c6ec32 100644 --- a/templates/readme_template +++ b/templates/readme_template @@ -91,7 +91,10 @@ pip3 install jc | FreeBSD | `portsnap fetch update && cd /usr/ports/textproc/py-jc && make install clean` | | Ansible filter plugin | `ansible-galaxy collection install community.general` | -> For more packages and binaries, see the [jc packaging](https://kellyjonbrazil.github.io/jc-packaging/) site. +> For more OS Packages, see https://repology.org/project/jc/versions. + +### Binaries and Packages +For precompiled binaries and packages, see [Releases](https://github.com/kellyjonbrazil/jc/releases) on Github. ## Usage `jc` accepts piped input from `STDIN` and outputs a JSON representation of the previous command's output to `STDOUT`.