From ecb55ea757665c6ce5f9d7b089946a9e8cb74928 Mon Sep 17 00:00:00 2001 From: Interfiber Date: Sat, 27 May 2023 20:19:40 -0400 Subject: [PATCH] zfix deps list --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9363c5d..0facc1b 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ Top-down shooter game written in C++ for the linux game jam 2023 ## Build instructions -Step 1. Install SDL2, AND SDL2_image +Step 1. Install SDL2, SDL2_image, and cmake Step 2. Run ```git clone --recursive https://git.sr.ht/~interfiber/Phoenix```