mirror of
https://github.com/sharkdp/fd.git
synced 2024-11-01 03:51: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
|
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).
|
On **Windows**, you can download the pre-built binaries from the [Release page](https://github.com/sharkdp/fd/releases).
|
||||||
|
|
||||||
## Development
|
## Development
|
||||||
|
Loading…
Reference in New Issue
Block a user