aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorGravatar Arun Prakash Jana <engineerarun@gmail.com>2019-11-21 20:30:38 +0530
committerGravatar Arun Prakash Jana <engineerarun@gmail.com>2019-11-21 20:30:38 +0530
commit2d23d8fe5139dabb654cae8db93fe12d667edc9c (patch)
tree1e2ee3c911a291cd2a02f8b6ae150724f493af74 /README.md
parentd4b7897b41dcb71085106a5fd74d827583faf51d (diff)
downloadnnn-2d23d8fe5139dabb654cae8db93fe12d667edc9c.tar.gz
Drop findutils deps
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 5bb80be..dbf0479 100644
--- a/README.md
+++ b/README.md
@@ -88,7 +88,7 @@ A curses library with wide char support (e.g. ncursesw), libreadline (`make O_NO
| Dependency | Installation | Operation |
| --- | --- | --- |
| xdg-open (Linux), open(1) (macOS), cygstart (Cygwin) | base | desktop opener |
-| file, coreutils (cp, mv, rm), findutils (xargs) | base | file type, copy, move and remove |
+| file, coreutils (cp, mv, rm), xargs | base | file type, copy, move and remove |
| tar, (un)zip [atool/bsdtar for more formats] | base | create, list, extract tar, gzip, bzip2, zip |
| archivemount, fusermount(3) | optional | mount, unmount archives |
| sshfs, fusermount(3) | optional | mount, unmount remotes |