summary refs log tree commit diff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md12
1 files changed, 3 insertions, 9 deletions
diff --git a/README.md b/README.md
index 2a2ef14..c80282e 100644
--- a/README.md
+++ b/README.md
@@ -16,18 +16,12 @@ callback either at _init or at specified entry point.
 
 simply run
 ```
-docker build .
+docker build -t afl-dyninst .
 ```
 which will take ~25 minutes.
-Afterwards you have two docker containers you can run directly.
-
-One for instrumenting binaries:
-```
-docker run afl-dyninst
-```
-And one for fuzzing the instrumented binaries:
+Afterwards you have a containers with afl-dyninst and afl++:
 ```
-docker run afl-fuzz-dyninst
+docker run -ti afl-dyninst
 ```
 
 ### on your own