diff --git a/README.md b/README.md
index 31e469b02fff817178fafe846f69413fc1aa9bf6..8e9038b1e9de01c3f0f3af684d86c8f03a485756 100644
--- a/README.md
+++ b/README.md
@@ -66,8 +66,14 @@ To retrieve and compile the source code, type:
   make
 ```
 
-To test the library using `afl-fuzz`, type:
+To set up an `opam` switch that allows testing Sek, type this (only once):
 ```
-    make test
-    # This command runs forever; interrupt it with Ctrl+C when you wish
+  make -C fuzz setup
+```
+You must also install [AFL](https://github.com/google/AFL).
+
+Then, to test the library using `afl-fuzz`, type:
+```
+  make test
+  # This command runs forever; interrupt it with Ctrl+C when you wish
 ```