mirror of
https://github.com/sharkdp/fd
synced 2024-11-05 16:58:21 +00:00
docs: Add flox install
This commit is contained in:
parent
f8270a6a44
commit
4e9672250b
1 changed files with 7 additions and 0 deletions
|
@ -660,6 +660,13 @@ You can use the [Nix package manager](https://nixos.org/nix/) to install `fd`:
|
|||
nix-env -i fd
|
||||
```
|
||||
|
||||
### Via Flox
|
||||
|
||||
You can use [Flox](https://flox.dev) to install `fd` into a Flox environment:
|
||||
```
|
||||
flox install fd
|
||||
```
|
||||
|
||||
### On FreeBSD
|
||||
|
||||
You can install [the fd-find package](https://www.freshports.org/sysutils/fd) from the official repo:
|
||||
|
|
Loading…
Reference in a new issue