about summary refs log tree commit diff
diff options
context:
space:
mode:
authorvan Hauser <vh@thc.org>2020-02-25 16:30:22 +0100
committervan Hauser <vh@thc.org>2020-02-25 16:30:22 +0100
commit84426631b42afd8a1a7668bb17ad077dbd6b913a (patch)
treee7b36af7b3542e9a4f17c3cbd9fcb9e200bd0a2a
parent2c9c2e139e506a7a5bb2dab00c524bc9ed1f54eb (diff)
downloadafl++-84426631b42afd8a1a7668bb17ad077dbd6b913a.tar.gz
update docker info
-rw-r--r--README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index 4c305412..c764d85a 100644
--- a/README.md
+++ b/README.md
@@ -156,7 +156,8 @@ Hence gcc-9 and especially llvm-9 should be the compilers of choice.
 If your distribution does not have them, you can use the Dockerfile:
 
 ```shell
-$ docker build -t aflplusplus
+$ cd AFLplusplus
+$ sudo docker build -t aflplusplus .
 ```