about summary refs log tree commit diff stats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md19
1 files changed, 10 insertions, 9 deletions
diff --git a/README.md b/README.md
index ffdd2d2..450e6b7 100644
--- a/README.md
+++ b/README.md
@@ -2,16 +2,17 @@
 
 > A tiny and simple cross-platform file finder
 
-### Installation
+## 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.
+### From Source
 
-```
-$ make install
-```
+Absolute minimum requirements are a C99 compiler. `rf` has been successfully
+tested on OpenBSD, FreeBSD and Linux (with glibc and musl), on amd64 and arm
+and with clang and gcc. For man pages you will require
+[__scdoc__(1)](https://sr.ht/~sircmpwn/scdoc/).
 
-### Usage
+    $ make install
 
-See `man rf` for more details and examples.
+## Usage
+
+See `man rf` for more details and examples.
\ No newline at end of file