From bc5d0035b9f2ea7c7a0e90c324f90afd5ee58cd4 Mon Sep 17 00:00:00 2001 From: Harvey Fong Date: Tue, 17 Jun 2025 17:37:44 -0600 Subject: [PATCH] fixed typo in mac compile instructions --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d40c25c..a9abb3c 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,6 @@ workdir/ ``` curl -LO https://github.com/Kitware/CMake/releases/download/v3.31.6/cmake-3.31.6-macos-universal.dmg -open cmake-3.31.6-macos-universal.dmgcurl -LO https://github.com/Kitware/CMake/releases/download/v3.31.6/cmake-3.31.6-macos-universal.dmg open cmake-3.31.6-macos-universal.dmg cd ~ mkdir workdir @@ -89,4 +88,5 @@ git clone https://github.com/oomer/oom.git git clone https://git.indoodle.com/oomer/poomer-raylib-bella_onimage.git cd poomer-raylib-bella_onimage msbuild poomer-raylib-bella_onimage.vcxproj /p:Configuration=release /p:Platform=x64 /p:PlatformToolset=v143 +x64\release\poomer-raylib-bella_onimage.exe -h ```