From 4ee8a69337b24e199983fe657643abcb0a56a8e6 Mon Sep 17 00:00:00 2001 From: 003 Date: Tue, 12 Apr 2022 20:53:39 +0300 Subject: [PATCH] Update README Specify the Arch package is in the AUR and NOT in the standard Archlinux repositories. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 45a7d0d4..5e0f7595 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` | -| Arch linux | `pacman -S 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` | @@ -1129,4 +1129,4 @@ cat istio.yaml | jc --yaml -p ] ``` -© 2019-2022 Kelly Brazil \ No newline at end of file +© 2019-2022 Kelly Brazil