about summary refs log tree commit diff
path: root/README.md
diff options
context:
space:
mode:
authorllzmb <46303940+llzmb@users.noreply.github.com>2021-09-03 17:08:54 +0200
committerllzmb <46303940+llzmb@users.noreply.github.com>2021-09-03 17:08:54 +0200
commitc206fb319b18c1edf338150df6c6a76f2f0b51a1 (patch)
tree6001705edc2178cb4ad9dffa09ede6c9d4e9d3b7 /README.md
parentdc1f93cf8cc722ad291e8c3e7df55528b5d6a0e9 (diff)
downloadafl++-c206fb319b18c1edf338150df6c6a76f2f0b51a1.tar.gz
Edit README.md and related content
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 7a6098e5..db6a70b5 100644
--- a/README.md
+++ b/README.md
@@ -33,7 +33,7 @@ Here is some information to get you started:
 
 ## Building and installing AFL++
 
-To install AFL++ with everything compiled, pull the image directly from the Docker Hub:
+To have AFL++ easily available with everything compiled, pull the image directly from the Docker Hub:
 
 ```shell
 docker pull aflplusplus/aflplusplus
@@ -43,7 +43,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 (see [docs/branches.md](docs/branches.md)).
 You will find your target source code in `/src` in the container.
 
-To build AFL++ yourself, continue at [docs/building_installing.md](docs/building_installing.md).
+To build AFL++ yourself, continue at [docs/INSTALL.md](docs/INSTALL.md).
 
 ## Quick start: Fuzzing with AFL++