Added another way of installation

Added option using Nix package manager
This commit is contained in:
Matt 2017-10-14 21:33:24 +02:00 committed by David Peter
parent db5f2fc3ac
commit 08aa06a0ad
1 changed files with 5 additions and 0 deletions

View File

@ -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