mirror of
https://github.com/sharkdp/fd.git
synced 2024-10-31 19:41:01 +01:00
Added another way of installation
Added option using Nix package manager
This commit is contained in:
parent
db5f2fc3ac
commit
08aa06a0ad
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user