From 8f48b9e39ac167a0fc0d04470550adc6ec176e77 Mon Sep 17 00:00:00 2001 From: Theophile du Laz Date: Mon, 23 Sep 2024 09:25:09 +0200 Subject: [PATCH] add missing brew install lsusb --- microbit/src/03-setup/macos.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/microbit/src/03-setup/macos.md b/microbit/src/03-setup/macos.md index 8ddc83aab..ac42e27e3 100644 --- a/microbit/src/03-setup/macos.md +++ b/microbit/src/03-setup/macos.md @@ -10,6 +10,9 @@ $ brew install arm-none-eabi-gdb $ # Minicom $ brew install minicom + +$ # lsusb (list connected USB devices) +$ brew install lsusb ``` That's all! Go to the [next section].