diff --git a/README.md b/README.md index 5e0f7595..7db3c435 100644 --- a/README.md +++ b/README.md @@ -106,17 +106,17 @@ pip3 install jc ### OS Package Repositories -| OS | Command | -|-----------------------|-------------------------------------------------------------------------------| -| Debian/Ubuntu linux | `apt-get install jc` | -| Fedora linux | `dnf install jc` | -| openSUSE linux | `zypper install jc` | -| Archlinux User Repositories (AUR) | `paru -S jc` or `aura -A jc` or `yay -S jc` | -| NixOS linux | `nix-env -iA nixpkgs.jc` or `nix-env -iA nixos.jc` | -| Guix System linux | `guix install jc` | -| macOS | `brew install jc` | -| FreeBSD | `portsnap fetch update && cd /usr/ports/textproc/py-jc && make install clean` | -| Ansible filter plugin | `ansible-galaxy collection install community.general` | +| OS | Command | +|--------------------------------------|-------------------------------------------------------------------------------| +| Debian/Ubuntu linux | `apt-get install jc` | +| Fedora linux | `dnf install jc` | +| openSUSE linux | `zypper install jc` | +| Archlinux User Repositories (AUR) | `paru -S jc` or `aura -A jc` or `yay -S jc` | +| NixOS linux | `nix-env -iA nixpkgs.jc` or `nix-env -iA nixos.jc` | +| Guix System linux | `guix install jc` | +| macOS | `brew 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 OS Packages, see https://repology.org/project/jc/versions. @@ -1129,4 +1129,4 @@ cat istio.yaml | jc --yaml -p ] ``` -© 2019-2022 Kelly Brazil +© 2019-2022 Kelly Brazil \ No newline at end of file diff --git a/man/jc.1 b/man/jc.1 index 987649ce..fc079e83 100644 --- a/man/jc.1 +++ b/man/jc.1 @@ -1,4 +1,4 @@ -.TH jc 1 2022-04-10 1.18.7 "JSON Convert" +.TH jc 1 2022-04-12 1.18.7 "JSON Convert" .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 233b025f..86b5d483 100644 --- a/templates/readme_template +++ b/templates/readme_template @@ -106,17 +106,17 @@ pip3 install jc ### OS Package Repositories -| OS | Command | -|-----------------------|-------------------------------------------------------------------------------| -| Debian/Ubuntu linux | `apt-get install jc` | -| Fedora linux | `dnf install jc` | -| openSUSE linux | `zypper install jc` | -| Arch linux | `pacman -S jc` | -| NixOS linux | `nix-env -iA nixpkgs.jc` or `nix-env -iA nixos.jc` | -| Guix System linux | `guix install jc` | -| macOS | `brew install jc` | -| FreeBSD | `portsnap fetch update && cd /usr/ports/textproc/py-jc && make install clean` | -| Ansible filter plugin | `ansible-galaxy collection install community.general` | +| OS | Command | +|--------------------------------------|-------------------------------------------------------------------------------| +| Debian/Ubuntu linux | `apt-get install jc` | +| Fedora linux | `dnf install jc` | +| openSUSE linux | `zypper install jc` | +| Archlinux User Repositories (AUR) | `paru -S jc` or `aura -A jc` or `yay -S jc` | +| NixOS linux | `nix-env -iA nixpkgs.jc` or `nix-env -iA nixos.jc` | +| Guix System linux | `guix install jc` | +| macOS | `brew 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 OS Packages, see https://repology.org/project/jc/versions.