diff options
-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 . ``` |