Skip to content

Commit 02f9853

Browse files
bors[bot]kiddkai
andauthored
Merge #85
85: update macos homebrew install command r=eldruin a=kiddkai Hi, The brew cask command is updated. Will encounter this error when installing the tools. ```bash $ brew cask install gcc-arm-embedded Error: `brew cask` is no longer a `brew` command. Use `brew <command> --cask` instead. ``` So this PR mainly just update that specific command for macos. Co-authored-by: Zekai Zheng <1309053+kiddkai@users.noreply.github.com>
2 parents bac18e0 + f379b52 commit 02f9853

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)