diff options
author | van Hauser <vh@thc.org> | 2020-02-25 16:30:22 +0100 |
---|---|---|
committer | van Hauser <vh@thc.org> | 2020-02-25 16:30:22 +0100 |
commit | 84426631b42afd8a1a7668bb17ad077dbd6b913a (patch) | |
tree | e7b36af7b3542e9a4f17c3cbd9fcb9e200bd0a2a | |
parent | 2c9c2e139e506a7a5bb2dab00c524bc9ed1f54eb (diff) | |
download | afl++-84426631b42afd8a1a7668bb17ad077dbd6b913a.tar.gz |
update docker info
-rw-r--r-- | README.md | 3 |
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 . ``` |