Skip to content

Commit f379b52

Browse files
committed
update macos homebrew install command
1 parent fa6330f commit f379b52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/preface.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ $ rustup component add llvm-tools-preview
9292
``` console
9393
$ # arm-none-eabi-gdb
9494
$ # you may need to run `brew tap Caskroom/tap` first
95-
$ brew cask install gcc-arm-embedded
95+
$ brew install --cask gcc-arm-embedded
9696

9797
$ # QEMU
9898
$ brew install qemu

0 commit comments

Comments
 (0)