# rf > A tiny and simple cross-platform file finder ### Installation The only requirements are a libc and a C compiler. `rf` has been successfully tested on OpenBSD, FreeBSD and Linux (with glibc and musl), on x86, amd64 and arm and with clang and gcc. ``` $ make install ``` ### Usage See `man rf` for more details and examples.