From a9df9014727b1ae07d12f4049909839fe6de4ecb Mon Sep 17 00:00:00 2001 From: Alexander Medvednikov Date: Sat, 8 Jun 2024 01:42:28 +0300 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f3c4d6b5..f79e2257 100644 --- a/README.md +++ b/README.md @@ -50,9 +50,9 @@ Create a scratch/workspace dir and clone the project: Select a build config for your platform and 3D backend combination: ```sh # macOS with Metal: -> ./fips set config sapp-metal-osx-xcode-debug +> ./fips set config sapp-metal-osx-ninja-debug # macOS with OpenGL: -> ./fips set config sapp-osx-xcode-debug +> ./fips set config sapp-osx-ninja-debug # Windows with D3D11: > ./fips set config sapp-d3d11-win64-vstudio-debug # Windows with OpenGL: