diff options
author | Holden Rohrer <hr@hrhr.dev> | 2020-05-30 00:32:48 -0400 |
---|---|---|
committer | Holden Rohrer <hr@hrhr.dev> | 2020-05-30 00:32:48 -0400 |
commit | 0484552fed7e8ee579160c88950f7d90c15395e7 (patch) | |
tree | 93ef6c462e99a7c1fd802d47451d842920ace53b | |
parent | 399155eefab0bb3788e33468cdfcfc69649fc955 (diff) |
specified build reqs
-rw-r--r-- | README | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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` |