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:
parent
a0ef82ef7c
commit
ac7c0506fd
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user