We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 846d697 + be1780f commit 0457c2aCopy full SHA for 0457c2a
src/preface.md
@@ -94,20 +94,20 @@ $ brew install qemu
94
95
``` console
96
$ # arm-none-eabi-gdb
97
-$ sudo apt-get install gdb-arm-none-eabi
+$ sudo apt install gdb-arm-none-eabi
98
99
$ # QEMU
100
-$ sudo apt-get install qemu-system-arm
+$ sudo apt install qemu-system-arm
101
```
102
103
-#### Ubuntu 18.04
+#### Ubuntu 18.04 or Debian
104
105
106
$ # gdb-multiarch -- use `gdb-multiarch` when you wish to invoke gdb
107
-$ sudo apt-get install gdb-multiarch
+$ sudo apt install gdb-multiarch
108
109
110
111
112
113
#### Windows
0 commit comments