Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ Table of Contents
* [Linux packages](#linux-packages)
* [Windows packages](#windows-packages)
* [Using git](#using-git)
* [Using x-cmd](#using-x-cmd)
* [Binary releases](#binary-releases)
* [Setting up shell integration](#setting-up-shell-integration)
* [Vim/Neovim plugin](#vimneovim-plugin)
Expand Down Expand Up @@ -172,6 +173,14 @@ git clone --depth 1 https://github.com/junegunn/fzf.git ~/.fzf
The install script will add lines to your shell configuration file to modify
`$PATH` and set up shell integration.

### Using x-cmd

[x-cmd](https://www.x-cmd.com/) is a **toolbox for Posix Shell**, offering a lightweight package manager built using shell and awk.

```sh
x env use fzf
```

### Binary releases

You can download the official fzf binaries from the releases page.
Expand Down