From c7cc17c3ccb8920014299e9c5d73ce94fa574da3 Mon Sep 17 00:00:00 2001 From: merovingian Date: Wed, 25 Jul 2018 21:51:18 +0200 Subject: [PATCH] fixed installation instructions for macos brew gcc-arm-embedded package --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9d7e2431..60f72588 100644 --- a/README.md +++ b/README.md @@ -48,7 +48,8 @@ Which looks like this: You'll probably need to install at least these packages: - brew install sdl2 gcc-arm-embedded + brew install sdl2 + brew cask install gcc-arm-embedded ### Linux