1
0
mirror of https://github.com/sharkdp/fd synced 2024-07-08 12:06:43 +00:00

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

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