aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorGravatar Arun Prakash Jana <engineerarun@gmail.com>2019-11-17 17:45:22 +0530
committerGravatar Arun Prakash Jana <engineerarun@gmail.com>2019-11-17 17:45:22 +0530
commit407b690404e60f3c66a8b7bb2b580b8d2e6e61f3 (patch)
tree59a68c342bc52e4bb6138ba1ebbcba3c7a0951e7 /README.md
parentf4acfc7a4e065bab2f4e01f1c641d0b398deb8d7 (diff)
downloadnnn-407b690404e60f3c66a8b7bb2b580b8d2e6e61f3.tar.gz
Fix #384: support busybox xargs
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 e968f4c..169056f 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 |