From: Arun Prakash Jana Date: Thu, 21 Nov 2019 15:00:38 +0000 (+0530) Subject: Drop findutils deps X-Git-Tag: v2.8~44 X-Git-Url: http://www.git.stargrave.org/?a=commitdiff_plain;h=2d23d8fe5139dabb654cae8db93fe12d667edc9c;p=nnn.git Drop findutils deps --- diff --git a/README.md b/README.md index 5bb80be9..dbf04797 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 |