about summary refs log tree commit diff
diff options
context:
space:
mode:
authorNguyễn Gia Phong <cnx@loang.net>2025-02-04 15:43:58 +0900
committerNguyễn Gia Phong <cnx@loang.net>2025-02-04 15:50:13 +0900
commit101f45140f786289cb461e1afe77d0bfeee4d7bc (patch)
tree04747868415774170aca3497f3d10313ea1bec4a
parent39c74d3c8084cf3d875cad1ede33f76906ccf02c (diff)
downloadtaosc-main.tar.gz
Clarify some build dependencies are POSIX HEAD main
-rw-r--r--README.md4
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