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

Mention that instructions are for Debian.

This commit is contained in:
Andrew Walbran 2023-03-03 18:02:46 +00:00
parent 271c4f36b1
commit 790597bae2

View File

@ -23,3 +23,6 @@ cargo install cargo-binutils cargo-embed
echo 'SUBSYSTEM=="usb", ATTR{idVendor}=="0d28", MODE="0664", GROUP="plugdev"' | sudo tee /etc/udev/rules.d/50-microbit.rules
sudo udevadm control --reload-rules
```
(If you're not using a Debian-based Linux distribution, you'll need to replace the `apt` command
with the appropriate way to install GDB on your OS.)