shithub: m8c

Download patch

ref: 7b749ed1b5949e36bd8ef1609cc5abec68c7df5b
parent: e6d88a975fbf8610c074ad5bf07eb35b57787207
author: Jonne Kokkonen <jonne.kokkonen@gmail.com>
date: Wed May 12 16:37:59 EDT 2021

#13 fix osx brew command line

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