aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorRuslan Bekenev <furyinbox@gmail.com>2022-10-03 22:56:43 +1100
committerBozhidar Batsov <bozhidar@batsov.dev>2022-10-04 15:26:23 +0200
commit383b3bf47d34ca60c24cd73ea9c335936d0b70be (patch)
treee2cca4759fd8ab54011fbcd801ec0d8024526799 /README.md
parent20aa2adccc1ecb19f54f2fbc428b4904071fcab8 (diff)
[Fix #1788] Add notes about minimal version of `fd`
Update readme and projectile.el
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index 30d7af3..b059104 100644
--- a/README.md
+++ b/README.md
@@ -109,7 +109,8 @@ See the [online documentation](https://docs.projectile.mx) for more details.
## Caveats
* Some operations like search (grep) depend (presently) on external
- utilities such as `find`.
+ utilities such as `find` or `fd` (version 8.3.0+).
+ * for older `fd` version add `(setq projectile-generic-command "fd . -0 --type f --color=never")` to your init-file
* Commands depending on external utilities might misbehave on the `fish` shell.
* Using Projectile over TRAMP might be slow in certain cases.
* Some commands might misbehave on complex project setups (e.g. a git project with submodules).