diff options
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md index 537a251..33051f7 100644 --- a/README.md +++ b/README.md @@ -6,11 +6,11 @@ Taosc is an automated makeshift patcher for binary programs. Taosc depends on [AFL++], [AFL Dyninst], [Dyninst], [E9Patch], [PatchELF] [pacfix-python], and [GNU Parallel]. To build taosc, you need -`make(1)`, a compiler for C and C++, [GNU M4], and `link(1)`: +`make(1p)`, a compiler for C and C++, [GNU M4], and `link(1p)`: make -j$(nproc) -To install taosc to `$prefix`, you'll also need install(1): +To install taosc to `$prefix`, you'll also need `install(1p)`: make PREFIX=$prefix install |