1
0
mirror of https://github.com/google/comprehensive-rust.git synced 2025-03-21 14:46:37 +02:00

Fix typo: build-essential, not build-essentials (#2527)

This commit is contained in:
Dustin J. Mitchell 2025-01-02 03:41:16 -05:00 committed by GitHub
parent a0ef82ef7c
commit ac7c0506fd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -29,7 +29,7 @@ To get started, install some tools we'll need later. On gLinux or Debian:
<!-- mdbook-xgettext: skip -->
```bash
sudo apt install gdb-multiarch libudev-dev picocom pkg-config qemu-system-arm build-essentials
sudo apt install gdb-multiarch libudev-dev picocom pkg-config qemu-system-arm build-essential
rustup update
rustup target add aarch64-unknown-none thumbv7em-none-eabihf
rustup component add llvm-tools-preview