Skip to content

Commit

Permalink
docs(install): add x-cmd method to install fd
Browse files Browse the repository at this point in the history
  • Loading branch information
lunrenyi authored Sep 27, 2024
1 parent 27c6b50 commit c0c503d
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -673,6 +673,15 @@ You can use [Flox](https://flox.dev) to install `fd` into a Flox environment:
flox install fd
```

### Via x-cmd

You can use the [x-cmd](https://www.x-cmd.com) to install `fd`:
```
x env use fd
# of
x fd
```

### On FreeBSD

You can install [the fd-find package](https://www.freshports.org/sysutils/fd) from the official repo:
Expand Down

0 comments on commit c0c503d

Please sign in to comment.