i think i fixed the readme

This commit is contained in:
Hunter 2023-05-27 19:55:20 -04:00
parent 7170ca10c8
commit af8b32ba92

View file

@ -3,9 +3,15 @@ Top-down shooter game written in C++ for the linux game jam 2023
## Build instructions ## Build instructions
Step 1. Install SDL2 Step 1. Install SDL2
Step 2. Run ```git clone --recursive https://git.sr.ht/~interfiber/Phoenix``` Step 2. Run ```git clone --recursive https://git.sr.ht/~interfiber/Phoenix```
Step 3. Enter the Phoenix directory with cd Step 3. Enter the Phoenix directory with cd
Step 4. Run ```mkdir -p b``` Step 4. Run ```mkdir -p b```
Step 5. Run ```cmake -S . -B b``` Step 5. Run ```cmake -S . -B b```
Step 6. Enter the ```b``` directory with cd Step 6. Enter the ```b``` directory with cd
Step 7. Run ```sh bmap.sh``` for the editor, or ```sh b.sh``` for the game Step 7. Run ```sh bmap.sh``` for the editor, or ```sh b.sh``` for the game