From c0c503d4987ac3e747f053e4c016d6ffff67013f Mon Sep 17 00:00:00 2001 From: lunrenyi <87307989+lunrenyi@users.noreply.github.com> Date: Fri, 27 Sep 2024 15:17:51 +0800 Subject: [PATCH] docs(install): add x-cmd method to install fd --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 1fe42b8e3..5dbb0fcbe 100644 --- a/README.md +++ b/README.md @@ -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: