From f2dd7b8815edc92e0b7c06367b2de11616938980 Mon Sep 17 00:00:00 2001 From: Kelly Brazil Date: Mon, 9 May 2022 16:16:29 -0700 Subject: [PATCH] doc update --- README.md | 3 ++- templates/readme_template | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 379c2611..7482a8a3 100644 --- a/README.md +++ b/README.md @@ -111,7 +111,7 @@ pip3 install jc | 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` | +| Archlinux Community Repository | `paru -S jc` or `aura -S jc` or `yay -S jc` | | NixOS linux | `nix-env -iA nixpkgs.jc` or `nix-env -iA nixos.jc` | | Guix System linux | `guix install jc` | | Gentoo Linux | `emerge dev-python/jc` | @@ -227,6 +227,7 @@ option. | `--systeminfo` | `systeminfo` command parser | [📃](https://kellyjonbrazil.github.io/jc/docs/parsers/systeminfo) | | `--time` | `/usr/bin/time` command parser | [📃](https://kellyjonbrazil.github.io/jc/docs/parsers/time) | | `--timedatectl` | `timedatectl status` command parser | [📃](https://kellyjonbrazil.github.io/jc/docs/parsers/timedatectl) | +| `--top` | `top -b` command parser | [📃](https://kellyjonbrazil.github.io/jc/docs/parsers/top) | | `--tracepath` | `tracepath` and `tracepath6` command parser | [📃](https://kellyjonbrazil.github.io/jc/docs/parsers/tracepath) | | `--traceroute` | `traceroute` and `traceroute6` command parser | [📃](https://kellyjonbrazil.github.io/jc/docs/parsers/traceroute) | | `--ufw` | `ufw status` command parser | [📃](https://kellyjonbrazil.github.io/jc/docs/parsers/ufw) | diff --git a/templates/readme_template b/templates/readme_template index e43899e7..4bbbece5 100644 --- a/templates/readme_template +++ b/templates/readme_template @@ -111,7 +111,7 @@ pip3 install jc | 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` | +| Archlinux Community Repository | `paru -S jc` or `aura -S jc` or `yay -S jc` | | NixOS linux | `nix-env -iA nixpkgs.jc` or `nix-env -iA nixos.jc` | | Guix System linux | `guix install jc` | | Gentoo Linux | `emerge dev-python/jc` |