Skip to content

Commit 25ac43b

Browse files
authored
docs(require): wording (#330)
1 parent df1851d commit 25ac43b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ https://github.com/linrongbin16/fzfx.nvim/assets/6496887/aa5ef18c-26b4-4a93-bd0c
2121
- [Feature](#-feature)
2222
- [Requirement](#-requirement)
2323
- [Windows](#windows)
24-
- [Path containing whitespace & Escaping issue](#path-containing-whitespace--escaping-issue)
24+
- [Whitespace escaping issue](#whitespace-escaping-issue)
2525
- [Install](#-install)
2626
- [vim-plug](#vim-plug)
2727
- [packer.nvim](#packernvim)
@@ -72,7 +72,7 @@ https://github.com/linrongbin16/fzfx.nvim/assets/6496887/aa5ef18c-26b4-4a93-bd0c
7272
- [git](https://git-scm.com/) (optional for **git** commands).
7373
- [eza](https://github.com/eza-community/eza) (optional for **file explorer** commands, by default use [ls](https://man7.org/linux/man-pages/man1/ls.1.html)), [echo](https://man7.org/linux/man-pages/man1/echo.1p.html) (optional for **file explorer** commands, print current directory path).
7474

75-
> Note: `grep`, `find`, `cat`, etc are unix/linux builtin commands, while on Windows we don't have a builtin shell environment, so install rust commands such as `rg`, `fd`, `bat`, etc should be a better choice. Also see [Windows](#windows) for how to install linux commands on Windows.
75+
> Note: `grep`, `find`, `cat`, etc are unix/linux builtin commands, while on Windows we don't have a builtin shell environment, so install rust commands such as `rg`, `fd`, `bat`, etc should be a better choice, while still recommend to [install linux shell commands on Windows](#windows) since utils like **echo** **sleep** are often used by somewhere.
7676
7777
### Windows
7878

@@ -126,7 +126,7 @@ Windows actually already provide some commands (`find.exe`, `bash.exe`) in `C:\W
126126

127127
</details>
128128

129-
### Path containing whitespace & Escaping issue
129+
### Whitespace escaping issue
130130

131131
<details>
132132
<summary><b>Click here to see how whitespace affect escaping characters on path</b></summary>

0 commit comments

Comments
 (0)