about summary refs log tree commit diff
path: root/README.md
diff options
context:
space:
mode:
authorChristian Neukirchen <chneukirchen@gmail.com>2015-10-27 21:53:31 +0100
committerChristian Neukirchen <chneukirchen@gmail.com>2015-10-27 21:53:31 +0100
commit10aa32318c194c2fb435c262c7965da53f6b652c (patch)
tree023d4330c96ea57c24237dcfb2248a29a6883ebd /README.md
parentf89e2ed5d2f7455b698a8a90a4b11edf7c13a1b9 (diff)
downloadlr-10aa32318c194c2fb435c262c7965da53f6b652c.tar.gz
lr-10aa32318c194c2fb435c262c7965da53f6b652c.tar.xz
lr-10aa32318c194c2fb435c262c7965da53f6b652c.zip
README.md: mention supported OS
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 6 insertions, 1 deletions
diff --git a/README.md b/README.md
index c542b28..cfb60cb 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,12 @@
 ## lr: list files, recursively
 
 `lr` is a new tool for generating file listings, which includes the
-best features of `ls(1)`, `find(1)` and `du(1)`.
+best features of `ls(1)`, `find(1)`, `stat(1)` and `du(1)`.
+
+`lr` has been tested on Linux 4.1, FreeBSD 10.2, OpenBSD 5.7,
+NetBSD 5.2.3, Mac OS X 10.10 and OmniOS 5.11.
+It will likely work on other Unix-like systems with C99, but you'll
+need to port scan_filesystems for fstype to work.
 
 ## Benefits