Skip to content

Commit 0457c2a

Browse files
bors[bot]eddyp
andcommitted
Merge #45
45: Apt should be recommended istead of apt-get, and add Debian instructions r=adamgreig a=eddyp Co-authored-by: Eddy Petrișor <eddy.petrisor@gmail.com>
2 parents 846d697 + be1780f commit 0457c2a

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/preface.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -94,20 +94,20 @@ $ brew install qemu
9494

9595
``` console
9696
$ # arm-none-eabi-gdb
97-
$ sudo apt-get install gdb-arm-none-eabi
97+
$ sudo apt install gdb-arm-none-eabi
9898

9999
$ # QEMU
100-
$ sudo apt-get install qemu-system-arm
100+
$ sudo apt install qemu-system-arm
101101
```
102102

103-
#### Ubuntu 18.04
103+
#### Ubuntu 18.04 or Debian
104104

105105
``` console
106106
$ # gdb-multiarch -- use `gdb-multiarch` when you wish to invoke gdb
107-
$ sudo apt-get install gdb-multiarch
107+
$ sudo apt install gdb-multiarch
108108

109109
$ # QEMU
110-
$ sudo apt-get install qemu-system-arm
110+
$ sudo apt install qemu-system-arm
111111
```
112112

113113
#### Windows

0 commit comments

Comments
 (0)