shithub: m8c

Download patch

ref: 0e704657216e6669e9e96d7b5d6b445a0106f5d0
parent: d8cdc6cdff93dd09fe6c138b41877aef3edcb86c
author: Ferrix Hovi <ferrix@ferrix.fi>
date: Thu Jun 2 12:46:11 EDT 2022

Fix `brew install` command

Homebrew does not expect a `-y` parameter like `apt`.

--- a/README.md
+++ b/README.md
@@ -42,7 +42,7 @@
 This assumes you have [installed brew](https://docs.brew.sh/Installation)
 
 ```
-brew update && brew install -y git gcc make sdl2 libserialport pkg-config
+brew update && brew install git gcc make sdl2 libserialport pkg-config
 ```
 ### Download source code (All)
 
--