diff --git a/README.md b/README.md index 8bf172e7e51fe4952c945c125e521324d8a84c60..f20204a0db925ec0515f04de744c8b173bb3b9af 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ Running [qemu] with the `-s` flag will set up [qemu] to listen on port 1234 for a [gdb] client to connect to it. To debug the redox kernel run. ``` -make qemu debug=yes +make qemu gdb=yes ``` This will start a VM with and listen on port 1234 for a [gdb] or [lldb] client.