From 200dfaa20a1f01b1a12a5bf33164992444ce3598 Mon Sep 17 00:00:00 2001 From: Ben Morgan Date: Fri, 20 Oct 2017 22:07:37 +0200 Subject: [PATCH] README: Arch Linux has package fd-rs in official repos --- README.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 45da4cc..003c640 100644 --- a/README.md +++ b/README.md @@ -135,11 +135,9 @@ On **macOS**, you can use [Homebrew](http://braumeister.org/formula/fd): brew install fd ``` -On **Arch Linux**, you can install the AUR package [fd-rs](https://aur.archlinux.org/packages/fd-rs/) via yaourt, or manually: +On **Arch Linux**, you can install the package from the official repos: ``` -git clone https://aur.archlinux.org/fd-rs.git -cd fd-rs -makepkg -si +pacman -S fd-rs ``` On **NixOS**, or any Linux distro you can use [Nix](https://nixos.org/nix/):