diff --git a/README.md b/README.md index 874b782..19c330b 100644 --- a/README.md +++ b/README.md @@ -80,7 +80,7 @@ just ocd just gdb ``` -If you launch OpenOCD or QEMU before, then gdb shall connect to it and allow you to load the kernel binary directly into memory. Type `load` in gdb to do that. +If you launch OpenOCD or QEMU before (for example, via `just qemu-gdb`), then gdb shall connect to it and allow you to load the kernel binary directly into memory. Type `load` in gdb to do that. ### To see kernel symbols and their values