From 0484552fed7e8ee579160c88950f7d90c15395e7 Mon Sep 17 00:00:00 2001 From: Holden Rohrer Date: Sat, 30 May 2020 00:32:48 -0400 Subject: specified build reqs --- README | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README b/README index 47fb9b8..4539393 100644 --- a/README +++ b/README @@ -12,7 +12,8 @@ and as a test). # Building Just run `make` (parallelism does work, so `make -j8` is recommended) to -build the binary `badroff`. +build the binary `badroff`. This requires `c99` and `make`, so it should +work on basically any Unix. To install, run `sudo make install` -- cgit