From 08aa06a0ad904468d2705201de6f4635ee663c65 Mon Sep 17 00:00:00 2001 From: Matt <32581276+mehandes@users.noreply.github.com> Date: Sat, 14 Oct 2017 21:33:24 +0200 Subject: [PATCH] Added another way of installation Added option using Nix package manager --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index e3e711a..bf4a791 100644 --- a/README.md +++ b/README.md @@ -116,6 +116,11 @@ cd fd-rs makepkg -si ``` +On **NixOS**, or any Linux distro you can use [Nix](https://nixos.org/nix/): +``` +nix-env -i fd +``` + On **Windows**, you can download the pre-built binaries from the [Release page](https://github.com/sharkdp/fd/releases). ## Development