From 3cec34453fec7af0195cf8867dfd5b97faa68230 Mon Sep 17 00:00:00 2001 From: simeji Date: Mon, 1 Apr 2019 04:14:27 +0900 Subject: [PATCH] Modify README.md --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 36d5b63..4e9120c 100644 --- a/README.md +++ b/README.md @@ -17,6 +17,7 @@ You can drill down JSON interactively by using filtering queries like [jq](https * [With homebrew (for Mac)](#with-homebrew-for-mac) * [With pkg (for FreeBSD)](#with-pkg-for-freebsd) +* [Other package management system](Other-pkg-management-system) * [Simply use "jid" command](#simply-use-jid-command) * [Build](#build) @@ -32,6 +33,13 @@ brew install jid pkg install jid ``` +### Other package management system + +Jid can install by package management systems of below OS. + +[![Packaging status](https://repology.org/badge/vertical-allrepos/jid.svg)](https://repology.org/metapackage/jid/versions) + + ### Simply use "jid" command If you simply want to use `jid` command, please download binary from below.