diff --git a/README.md b/README.md index 1b31d6f..7a2b221 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ This will automatically fetch and build dependencies (stored in `~/.cache/spp_ca Note that as of now the SDL repository needs to be patched in order for the build to work. You first have to run SCons once to update the repo and let the build fail, then apply the patch from `external/scons-plus-plus/recipes/SDL/fix_sdl3_from_worktree.patch`: ```shell -cd /cloned/git\SDL/b70daef4eb57 +cd /cloned/git/SDL/b70daef4eb57 git apply ```