Skip to content

Commit

Permalink
Fix Arch build instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
fentras committed Oct 31, 2024
1 parent 3e74742 commit e0ba91f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ run the following commands in the Terminal
```
sudo pacman -S cmake ruby mesa libglvnd glu
git clone --recursive https://github.com/nesbox/TIC-80 && cd TIC-80/build
cmake -DBUILD_WITH_ALL=On ..
cmake -DBUILD_WITH_ALL=On .. && cmake --build . --parallel
```

Install with [Install Instructions](#install-instructions)
Expand Down

0 comments on commit e0ba91f

Please sign in to comment.