aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHolden Rohrer <hr@hrhr.dev>2020-05-30 00:32:48 -0400
committerHolden Rohrer <hr@hrhr.dev>2020-05-30 00:32:48 -0400
commit0484552fed7e8ee579160c88950f7d90c15395e7 (patch)
tree93ef6c462e99a7c1fd802d47451d842920ace53b
parent399155eefab0bb3788e33468cdfcfc69649fc955 (diff)
specified build reqs
-rw-r--r--README3
1 files changed, 2 insertions, 1 deletions
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`