From 95f6f004cedf881f2e2c87c61876d8e2c5014ff8 Mon Sep 17 00:00:00 2001 From: Paul Date: Sun, 14 Jan 2024 13:39:08 +0100 Subject: [PATCH] Update README.md --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 47caeac..4cd5db4 100644 --- a/README.md +++ b/README.md @@ -48,8 +48,9 @@ Use [Homebrew](https://brew.sh/): brew install sdl2 ``` Note: -On mac os you need to include (uncomment in provided example platformio.ini file) these lines in your platformio.ini file to import the drivers: -```; SDL2 includes +On MacOS you need to include (uncomment in provided example platformio.ini file) these lines in your platformio.ini file to import the drivers: +``` + ; SDL2 includes !find /opt/homebrew/Cellar/sdl2 -name "include" | sed "s/^/-I /" !find /opt/homebrew/Cellar/sdl2 -name "libSDL2.a" | xargs dirname | sed "s/^/-L /" ```