about summary refs log tree commit diff
path: root/docs/INSTALL.md
diff options
context:
space:
mode:
authorvan Hauser <vh@thc.org>2022-01-11 19:35:04 +0100
committerGitHub <noreply@github.com>2022-01-11 19:35:04 +0100
commit741dcabd5dfca3607a86acd916b3563e01c3ccea (patch)
tree0a5082f8c79e2feee4ba1a1bf7a76d0e0d0030cb /docs/INSTALL.md
parentc7dbeb856866b9ca8f9772ff965edce91ce71659 (diff)
parentd8920e31f861501156f366a54f80f9a9f9368df7 (diff)
downloadafl++-741dcabd5dfca3607a86acd916b3563e01c3ccea.tar.gz
Merge pull request #1248 from intrigus-lgtm/patch-2
Fix two typos.
Diffstat (limited to 'docs/INSTALL.md')
-rw-r--r--docs/INSTALL.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/INSTALL.md b/docs/INSTALL.md
index efec0d8b..2c1eaeb9 100644
--- a/docs/INSTALL.md
+++ b/docs/INSTALL.md
@@ -12,7 +12,7 @@ docker run -ti -v /location/of/your/target:/src aflplusplus/aflplusplus
 ```
 
 This image is automatically generated when a push to the stable repo happens.
-You will find your target source code in /src in the container.
+You will find your target source code in `/src` in the container.
 
 If you want to build AFL++ yourself, you have many options. The easiest choice
 is to build and install everything:
@@ -33,8 +33,8 @@ sudo make install
 It is recommended to install the newest available gcc, clang and llvm-dev
 possible in your distribution!
 
-Note that "make distrib" also builds FRIDA mode, QEMU mode, unicorn_mode
-and more. If you just want plain AFL++, then do "make all". If you want
+Note that `make distrib` also builds FRIDA mode, QEMU mode, unicorn_mode
+and more. If you just want plain AFL++, then do `make all`. If you want
 some assisting tooling compiled but are not interested in binary-only targets
 then instead choose: