Skip to content

Commit ac7c050

Browse files
authored
Fix typo: build-essential, not build-essentials (#2527)
1 parent a0ef82e commit ac7c050

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bare-metal.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ To get started, install some tools we'll need later. On gLinux or Debian:
2929
<!-- mdbook-xgettext: skip -->
3030

3131
```bash
32-
sudo apt install gdb-multiarch libudev-dev picocom pkg-config qemu-system-arm build-essentials
32+
sudo apt install gdb-multiarch libudev-dev picocom pkg-config qemu-system-arm build-essential
3333
rustup update
3434
rustup target add aarch64-unknown-none thumbv7em-none-eabihf
3535
rustup component add llvm-tools-preview

0 commit comments

Comments
 (0)