diff --git a/README.adoc b/README.adoc index f1facf8..91ba94c 100644 --- a/README.adoc +++ b/README.adoc @@ -2023,8 +2023,7 @@ gem5 is a system simulator, much <>: http://gem5.org/ For the most part, just add the `-g` option to the QEMU commands and everything should magically work: .... -./configure -g && ./build -a arm -g -./run -a arm -g +./configure -g && ./build -a arm -g && ./run -a arm -g .... On another shell: